Skip to content

Commit 604eac1

Browse files
committed
add random_string to ignoreErrors because shield uses type nozero
1 parent 060b379 commit 604eac1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ parameters:
1212
ignoreErrors:
1313
- '#Call to an undefined method CodeIgniter\\Database\\ConnectionInterface::[A-Za-z].+\(\)#'
1414
- '#Cannot access property [\$a-z_]+ on (array|object)#'
15+
-
16+
message: '#Call to deprecated function random_string\(\):#'
17+
count: 5
18+
path: *
1519
universalObjectCratesClasses:
1620
- CodeIgniter\Entity
1721
- CodeIgniter\Entity\Entity

0 commit comments

Comments
 (0)