mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-08-24 06:35:49 +02:00
phpstan
This commit is contained in:
18
phpstan.neon
Normal file
18
phpstan.neon
Normal file
@@ -0,0 +1,18 @@
|
||||
parameters:
|
||||
parallel:
|
||||
maximumNumberOfProcesses: 2
|
||||
level: 5
|
||||
paths:
|
||||
- front
|
||||
- src
|
||||
- hook.php
|
||||
- setup.php
|
||||
- report.php
|
||||
scanDirectories:
|
||||
- ../../inc
|
||||
- ../../src
|
||||
- ../../front
|
||||
bootstrapFiles:
|
||||
- ../../stubs/glpi_constants.php
|
||||
- ../../vendor/autoload.php
|
||||
|
Reference in New Issue
Block a user