Skip to content

Update symfony/console to Symfony 7 #56

Update symfony/console to Symfony 7

Update symfony/console to Symfony 7 #56

Triggered via pull request November 29, 2023 12:44
Status Failure
Total duration 28s
Artifacts

static.yml

on: pull_request
PHPStan src
9s
PHPStan src
PHPStan tests
15s
PHPStan tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan src: src/PHPCR/Util/Console/Command/NodeDumpCommand.php#L65
Return type mixed of method PHPCR\Util\Console\Command\NodeDumpCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/NodeMoveCommand.php#L50
Return type mixed of method PHPCR\Util\Console\Command\NodeMoveCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/NodeRemoveCommand.php#L61
Return type mixed of method PHPCR\Util\Console\Command\NodeRemoveCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/NodeTouchCommand.php#L80
Return type mixed of method PHPCR\Util\Console\Command\NodeTouchCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/NodeTypeListCommand.php#L37
Return type mixed of method PHPCR\Util\Console\Command\NodeTypeListCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/NodeTypeRegisterCommand.php#L69
Return type mixed of method PHPCR\Util\Console\Command\NodeTypeRegisterCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/NodesUpdateCommand.php#L93
Return type mixed of method PHPCR\Util\Console\Command\NodesUpdateCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/WorkspaceCreateCommand.php#L48
Return type mixed of method PHPCR\Util\Console\Command\WorkspaceCreateCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/WorkspaceDeleteCommand.php#L43
Return type mixed of method PHPCR\Util\Console\Command\WorkspaceDeleteCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().
PHPStan src: src/PHPCR/Util/Console/Command/WorkspaceExportCommand.php#L48
Return type mixed of method PHPCR\Util\Console\Command\WorkspaceExportCommand::execute() is not covariant with return type int of method Symfony\Component\Console\Command\Command::execute().