Merge branch 'feat/add-phpstan-configuration-and-baseline' into 'master'

Add PHPStan project with level 1.

This PR: Add basic configuration files with basic baseline.


See merge request Chill-Projet/chill-bundles!191
This commit is contained in:
2021-11-09 11:31:21 +00:00
8 changed files with 827 additions and 35 deletions

View File

@@ -98,5 +98,7 @@ class PasswordRecoverVoter extends Voter
return true;
}
return false;
}
}