Skip to content

Commit 5e43a0d

Browse files
committed
fix phpstan
1 parent e61e03a commit 5e43a0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ parameters:
1212
- '#Call to an undefined method CodeIgniter\\Model::with\(\).#'
1313
- '#Call to an undefined method CodeIgniter\\Model::getTable\(\).#'
1414
- '#Cannot access property \$[a-zA-Z0-9\\_]+ on array\|bool\|float\|int\|object\|string.#'
15+
- '#^.*expects array\<int\|string, bool\|float\|int\|object\|string\|null\>\|object\|null, array\<string, array\<string, string\>\|string\> given\.$#'
16+
- '#^.*expects array\<int\|string, bool\|float\|int\|object\|string\|null\>\|object\|null, array\<string, array\<int\|string, array\<string, int\|list\<array\<string, int\|string\>\>\|string\>\|string\>\|string\> given\.$#'
17+
- '#^PHPDoc tag @var with type CodeIgniter\\Entity\\Entity is not subtype of native type.*#'
1518
universalObjectCratesClasses:
1619
- CodeIgniter\Entity
1720
- CodeIgniter\Entity\Entity

0 commit comments

Comments
 (0)