phpstan: enable checkMissingCallableSignature

This commit is contained in:
Dylan K. Taylor
2021-01-24 20:27:53 +00:00
parent af8936dba5
commit 34c1d455a7
4 changed files with 7 additions and 5 deletions

View File

@ -17,6 +17,7 @@ includes:
parameters:
level: 8
checkExplicitMixed: true
checkMissingCallableSignature: true
bootstrapFiles:
- tests/phpstan/bootstrap.php
scanDirectories: