Skip to content

2 to 3

2 to 3 #459

Triggered via pull request September 4, 2024 13:08
@dbudbu
synchronize #1611
2-to-3
Status Failure
Total duration 38s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
phpstan: src/Controller/ImagineController.php#L106
Method Liip\ImagineBundle\Controller\ImagineController::getFiltersBc() is unused.
phpstan: src/Controller/ImagineController.php#L106
Method Liip\ImagineBundle\Controller\ImagineController::getFiltersBc() return type has no value type specified in iterable type array.
phpstan: src/Controller/ImagineController.php#L108
Access to constant VERSION on an unknown class Liip\ImagineBundle\Controller\Kernel.
phpstan: src/Controller/ImagineController.php#L111
Caught class Liip\ImagineBundle\Controller\BadRequestException not found.
phpstan: src/Controller/ImagineController.php#L118
Parameter #2 $default of method Symfony\Component\HttpFoundation\InputBag<string>::get() expects string|null, array given.
phpstan: src/Controller/ImagineController.php#L120
Call to function is_array() with bool|float|int|string|null will always evaluate to false.
phpstan
Process completed with exit code 1.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/