Files
Epicnabbo-Catalogus-Updated…/Optimized Atomcms daily updated/vendor/spatie/laravel-ray/phpstan.neon.dist
T
2025-11-25 22:42:56 +01:00

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