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.
random_string
nozero
1 parent 060b379 commit 604eac1Copy full SHA for 604eac1
phpstan.neon.dist
@@ -12,6 +12,10 @@ parameters:
12
ignoreErrors:
13
- '#Call to an undefined method CodeIgniter\\Database\\ConnectionInterface::[A-Za-z].+\(\)#'
14
- '#Cannot access property [\$a-z_]+ on (array|object)#'
15
+ -
16
+ message: '#Call to deprecated function random_string\(\):#'
17
+ count: 5
18
+ path: *
19
universalObjectCratesClasses:
20
- CodeIgniter\Entity
21
- CodeIgniter\Entity\Entity
0 commit comments