Skip to content

Commit

Permalink
add all paths for prevent accidental suppression in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
datamweb committed Apr 28, 2023
1 parent 82f983a commit 397e519
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ parameters:
- '#Cannot access property [\$a-z_]+ on (array|object)#'
-
message: '#Call to deprecated function random_string\(\):#'
count: 5
path: *
paths:
- src/Authentication/Actions/Email2FA.php
- src/Authentication/Actions/EmailActivator.php
- src/Controllers/MagicLinkController.php
- src/Models/TokenLoginModel.php
- src/Models/UserIdentityModel.php
universalObjectCratesClasses:
- CodeIgniter\Entity
- CodeIgniter\Entity\Entity
Expand Down

0 comments on commit 397e519

Please sign in to comment.