Skip to content

Commit c066ccd

Browse files
committed
Patch to latest
1 parent d8e51ce commit c066ccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpstan.neon.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ parameters:
1010
- src/Config/Routes.php
1111
- src/Views/*
1212
ignoreErrors:
13-
- '#Unsafe usage of new static\(\)#'
13+
- '#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\(\)*#'
1416
universalObjectCratesClasses:
1517
- CodeIgniter\Entity
1618
- Faker\Generator

0 commit comments

Comments
 (0)