1
0
Fork 0
statistics/.phpstan.neon

19 lines
691 B
Plaintext

includes:
parameters:
level: 5
paths:
- .
ignoreErrors:
- '#Access to an undefined property App\\Demo\\[a-zA-Z0-9\\_]+::\$[a-zA-Z0-9\\_]+\.#'
- '#Call to an undefined method App\\Http\\Resources\\DemoResource::DemoMethod\(\)\.#'
- '#Call to protected static method get\(\) of class Illuminate\\Filesystem\\FilesystemManager\.#'
- '#Parameter \#2 \$str of function fwrite expects string, Illuminate\\Contracts\\Filesystem\\Filesystem given\.#'
- '#Access to an undefined property object\:\:\$#'
excludes_analyse:
- vendor/
- storage/
- node_modules/
- routes/
- config/
- database/