Skip to content

Commit a7f2e66

Browse files
authored
fixes static analysis error (#57953)
1 parent 4b1344d commit a7f2e66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Console/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ public function addCommand(SymfonyCommand|callable $command): ?SymfonyCommand
259259
protected function addToParent(SymfonyCommand $command)
260260
{
261261
if (method_exists(SymfonyApplication::class, 'addCommand')) {
262-
/** @phpstan-ignore staticMethod.notFound */
263262
return parent::addCommand($command);
264263
}
265264

0 commit comments

Comments
 (0)