Skip to content

Add support for Symfony 8 #1

Add support for Symfony 8

Add support for Symfony 8 #1

Triggered via push December 18, 2025 13:42
Status Failure
Total duration 25s
Artifacts
Matrix: Static Analysis with PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Static Analysis with PHPStan (8.4)
Process completed with exit code 1.
Static Analysis with PHPStan (8.4): Form/FormFlow.php#L655
Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead
Static Analysis with PHPStan (8.4): Form/FormFlow.php#L628
Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead
Static Analysis with PHPStan (8.4): Form/FormFlow.php#L542
Call to deprecated method get() of class Symfony\Component\HttpFoundation\Request: since Symfony 7.4, use properties `->attributes`, `query` or `request` directly instead
Static Analysis with PHPStan (8.4): DependencyInjection/CraueFormFlowExtension.php#L27
Instantiation of deprecated class Symfony\Component\DependencyInjection\Loader\XmlFileLoader: since Symfony 7.4, use another loader instead
Static Analysis with PHPStan (8.4): CraueFormFlowBundle.php#L18
Return type mixed of method Craue\FormFlowBundle\CraueFormFlowBundle::boot() is not covariant with return type void of method Symfony\Component\HttpKernel\Bundle\Bundle::boot().