You've already forked Epicnabbo-Catalogus-Updated-Daily
17 lines
553 B
Plaintext
17 lines
553 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 2
|
|
paths:
|
|
- src
|
|
|
|
ignoreErrors:
|
|
- '#^Call to method \w+\(\) on an unknown class Spatie\\YiiRay\\Ray\.$#'
|
|
- '#^Call to method \w+\(\) on an unknown class Spatie\\WordPressRay\\Ray\.$#'
|
|
- '#^Call to method \w+\(\) on an unknown class Spatie\\RayBundle\\Ray\.$#'
|
|
- '#^Access to an undefined property Spatie\\Ray\\Settings\\Settings\:\:\$\w+\.$#'
|
|
-
|
|
message: '#Unsafe usage of new static\(\).#'
|
|
reportUnmatched: false
|