Add support for Symfony 8 #1
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().
|