Skip to content

Commit b26809f

Browse files
committed
chore: update for phpstan-codeigniter v1.4.0
1 parent da6492d commit b26809f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

phpstan.neon.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ parameters:
3838
booleansInConditions: true
3939
disallowedConstructs: true
4040
matchingInheritedMethodNames: true
41+
ignoreErrors:
42+
- '#^Call to function config with Config\\.+\:\:class is discouraged\.$#'
43+
codeigniter:
44+
additionalConfigNamespaces:
45+
- CodeIgniter\Config\

0 commit comments

Comments
 (0)