mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
25 lines
558 B
Plaintext
25 lines
558 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 3
|
|
stubFiles:
|
|
- lib/stub/memcached.stub
|
|
bootstrapFiles:
|
|
- lib/config.php
|
|
scanFiles:
|
|
- lib/bootstrap.php
|
|
- lib/util.php
|
|
paths:
|
|
- app
|
|
- classes
|
|
- db
|
|
- scripts
|
|
excludePaths:
|
|
- sections
|
|
parallel:
|
|
maximumNumberOfProcesses: 1
|
|
ignoreErrors:
|
|
# lib/bootstrap.php declares these variables, and thus available everywhere.
|
|
- '/Variable \$(Cache|DB|Debug|Twig) might not be defined\./'
|