mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
14 lines
393 B
Text
14 lines
393 B
Text
# This is the config file for PHPStan when run from the command line.
|
|
|
|
includes:
|
|
- ../../vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
|
|
|
|
parameters:
|
|
ignoreErrors:
|
|
# Ignore errors caused by Template static class reflection
|
|
- '#Call to an undefined static method Template::[a-zA-Z0-9\\_]+\(\)\.#'
|
|
level:
|
|
7
|
|
paths:
|
|
- %rootDir%/../../../lib
|
|
- %rootDir%/../../../www
|