Release/1.0.0 #446
pr.yaml
on: pull_request
Markdown Lint
6s
Changelog should be updated
8s
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: test-suite
Matrix: validate-doctrine-schema
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.
|