File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ private function handleEvent($event): void
299
299
}
300
300
301
301
/** @param CommandStartedEvent|CommandSucceededEvent|CommandFailedEvent $event */
302
- private function isSensistiveCommand ($ event ): bool
302
+ private function isSensitiveCommand ($ event ): bool
303
303
{
304
304
if (isset (self ::$ sensitiveCommands [$ event ->getCommandName ()])) {
305
305
return true ;
@@ -312,7 +312,7 @@ private function isSensistiveCommand($event): bool
312
312
if (isset (self ::$ sensitiveCommandsWithSpeculativeAuthenticate [$ event ->getCommandName ()])) {
313
313
$ commandOrReply = $ event instanceof CommandStartedEvent ? $ event ->getCommand () : $ event ->getReply ();
314
314
315
- return (( array ) $ commandOrReply === []) ;
315
+ return (array ) $ commandOrReply === [];
316
316
}
317
317
318
318
return false ;
You can’t perform that action at this time.
0 commit comments