Skip to content

Release/1.0.0

Release/1.0.0 #446

Triggered via pull request November 27, 2024 09:56
Status Failure
Total duration 56s
Artifacts

pr.yaml

on: pull_request
Markdown Lint
6s
Markdown Lint
Changelog should be updated
8s
Changelog should be updated
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: test-suite
Matrix: validate-doctrine-schema
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Changelog should be updated
Process completed with exit code 1.
PHP Coding Standards Fixer (PHP 8.3)
Process completed with exit code 8.
PossiblyNullArgument: src/Command/EventDeleteCommand.php#L47
src/Command/EventDeleteCommand.php:47:96: PossiblyNullArgument: Argument 3 of sprintf cannot be null, possibly null value provided (see https://psalm.dev/078)
UndefinedInterfaceMethod: src/Command/EventDeleteCommand.php#L49
src/Command/EventDeleteCommand.php:49:22: UndefinedInterfaceMethod: Method Symfony\Component\Console\Helper\HelperInterface::ask does not exist (see https://psalm.dev/181)
PossiblyNullArgument: src/Command/EventDeleteCommand.php#L53
src/Command/EventDeleteCommand.php:53:80: PossiblyNullArgument: Argument 3 of sprintf cannot be null, possibly null value provided (see https://psalm.dev/078)
UndefinedInterfaceMethod: src/Command/User/ChangePasswordCommand.php#L58
src/Command/User/ChangePasswordCommand.php:58:34: UndefinedInterfaceMethod: Method Symfony\Component\Console\Helper\HelperInterface::ask does not exist (see https://psalm.dev/181)
InvalidCast: src/Controller/Admin/DashboardController.php#L135
src/Controller/Admin/DashboardController.php:135:32: InvalidCast: EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGeneratorInterface cannot be cast to string (see https://psalm.dev/103)
Psalm static analysis (8.3)
Process completed with exit code 2.