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 82f983a commit 397e519Copy full SHA for 397e519
phpstan.neon.dist
@@ -14,8 +14,12 @@ parameters:
14
- '#Cannot access property [\$a-z_]+ on (array|object)#'
15
-
16
message: '#Call to deprecated function random_string\(\):#'
17
- count: 5
18
- path: *
+ paths:
+ - 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
23
universalObjectCratesClasses:
24
- CodeIgniter\Entity
25
- CodeIgniter\Entity\Entity
0 commit comments