mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-21 21:46:09 +01:00
11 lines
272 B
Text
11 lines
272 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- Classes
|
|
- Tests
|
|
reportUnmatchedIgnoredErrors: false
|
|
ignoreErrors:
|
|
- identifier: missingType.iterableValue
|
|
- '#^Variable \$_EXTKEY might not be defined\.$#'
|