We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f944065 + cae6237 commit 9d25f4fCopy full SHA for 9d25f4f
src/CommandHandler/CommandHandlerAbstract.php
@@ -22,7 +22,7 @@ abstract class CommandHandlerAbstract implements CommandHandlerInterface
22
*/
23
protected function validateCommand(CommandInterface $command): void
24
{
25
- foreach (self::getHandledCommands() as $handledCommand) {
+ foreach (static::getHandledCommands() as $handledCommand) {
26
if ($command instanceof $handledCommand) {
27
return;
28
}
0 commit comments