14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
|
includes:
|
||
|
- phpstan-baseline.neon
|
||
|
|
||
|
parameters:
|
||
|
level: 1
|
||
|
|
||
|
bootstrapFiles:
|
||
|
- tests/bootstrap.php
|
||
|
|
||
|
ignoreErrors:
|
||
|
- '#Unsafe usage of new static\(\).#'
|
||
|
|
||
|
reportUnmatchedIgnoredErrors: false
|