Skip to content

Commit 397e519

Browse files
committed
add all paths for prevent accidental suppression in the project
1 parent 82f983a commit 397e519

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

phpstan.neon.dist

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ parameters:
1414
- '#Cannot access property [\$a-z_]+ on (array|object)#'
1515
-
1616
message: '#Call to deprecated function random_string\(\):#'
17-
count: 5
18-
path: *
17+
paths:
18+
- src/Authentication/Actions/Email2FA.php
19+
- src/Authentication/Actions/EmailActivator.php
20+
- src/Controllers/MagicLinkController.php
21+
- src/Models/TokenLoginModel.php
22+
- src/Models/UserIdentityModel.php
1923
universalObjectCratesClasses:
2024
- CodeIgniter\Entity
2125
- CodeIgniter\Entity\Entity

0 commit comments

Comments
 (0)