We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6492d commit b26809fCopy full SHA for b26809f
1 file changed
phpstan.neon.dist
@@ -38,3 +38,8 @@ parameters:
38
booleansInConditions: true
39
disallowedConstructs: true
40
matchingInheritedMethodNames: true
41
+ ignoreErrors:
42
+ - '#^Call to function config with Config\\.+\:\:class is discouraged\.$#'
43
+ codeigniter:
44
+ additionalConfigNamespaces:
45
+ - CodeIgniter\Config\
0 commit comments