We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e51ce commit c066ccdCopy full SHA for c066ccd
phpstan.neon.dist
@@ -10,7 +10,9 @@ parameters:
10
- src/Config/Routes.php
11
- src/Views/*
12
ignoreErrors:
13
- - '#Unsafe usage of new static\(\)#'
+ - '#Call to an undefined static method Config\\Services::[A-Za-z]+\(\)#'
14
+ - '#Cannot access property [\$a-z_]+ on (array|object)#'
15
+ - '#Unsafe usage of new static\(\)*#'
16
universalObjectCratesClasses:
17
- CodeIgniter\Entity
18
- Faker\Generator
0 commit comments