-
Notifications
You must be signed in to change notification settings - Fork 0
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
[QA] Passage au niveau 2 de phpstan #1222
Comments
Faire le test sur la branche de visite |
178 erreurs sur la branche de visites |
Develop 28 juin : [ERROR] Found 179 errors |
Plus que 30, mais en vrai 3. ` Line src/Repository/SignalementRepository.php 369 Call to an undefined method Symfony\Component\Security\Core\User\UserInterface::isTerritoryAdmin(). Line src/Service/Signalement/ReferenceGenerator.php 21 Binary operation "+" between non-falsy-string and 1 results in an error. Line tests/Unit/Service/Esabora/EsaboraManagerTest.php 37 Call to an undefined method App\Repository\InterventionRepository::expects(). Line tests/Unit/Service/Esabora/Handler/DossierAdresseServiceHandlerTest.php 32 Call to an undefined method App\Service\Esabora\EsaboraSISHService::expects(). Line tests/Unit/Service/Esabora/Handler/DossierPersonneServiceHandlerTest.php 32 Call to an undefined method App\Service\Esabora\EsaboraSISHService::expects(). Line tests/Unit/Service/Esabora/Handler/DossierServiceHandlerTest.php 32 Call to an undefined method App\Service\Esabora\EsaboraSISHService::expects(). ` |
15 erreurs supplémentaires pour passer au niveau 3, je l'ai fait... par contre 100 erreurs de plus pour le niveau 4, ce sera pour une autre fois |
Le passage au niveau 1 a été fait ici #1221
Et n'a nécessité aucune correction d'erreur.
Le passage au niveau 2 necessite de corriger entre 100 et 150 erreurs pas trop difficiles (principalement des fonctions pas trouvées car objet non typé)
The text was updated successfully, but these errors were encountered: