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.
1 parent 4b1344d commit a7f2e66Copy full SHA for a7f2e66
src/Illuminate/Console/Application.php
@@ -259,7 +259,6 @@ public function addCommand(SymfonyCommand|callable $command): ?SymfonyCommand
259
protected function addToParent(SymfonyCommand $command)
260
{
261
if (method_exists(SymfonyApplication::class, 'addCommand')) {
262
- /** @phpstan-ignore staticMethod.notFound */
263
return parent::addCommand($command);
264
}
265
0 commit comments