Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix phpstan #1550

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix phpstan #1550

merged 1 commit into from
Nov 19, 2024

Conversation

stakovicz
Copy link
Contributor

Corrige les erreurs PHPStan.

Je me suis permis d'ajouter une baseline pour l'erreur de surcharge de la fonction render du controller :

 ------ -------------------------------------------------------------------------------------------------------------------------------------------------- 
  Line   AppBundle/Controller/SiteBaseController.php                                                                                                       
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------- 
  36     Method AppBundle\Controller\SiteBaseController::render() overrides @final method Symfony\Bundle\FrameworkBundle\Controller\Controller::render().  
         🪪  method.parentMethodFinalByPhpDoc                                                                                                              
 ------ -------------------------------------------------------------------------------------------------------------------------------------------------- 

Car cette erreur est plus compliquée à corriger en l'état.

@stakovicz stakovicz self-assigned this Nov 18, 2024
@stakovicz stakovicz merged commit e460eea into afup:master Nov 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants