[TOOLS] Add config file and raise PHPStan to level 1

This commit is contained in:
Hugo Sales 2021-09-06 20:58:21 +01:00
parent 277a080d7c
commit 0da6ff05ed
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 7 additions and 0 deletions

7
phpstan.neon Normal file
View File

@ -0,0 +1,7 @@
parameters:
level: 1
bootstrapFiles:
- config/bootstrap.php
earlyTerminatingMethodCalls:
App\Core\Log:
- unexpected_exception