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.
1 parent cf43310 commit 11772d4Copy full SHA for 11772d4
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require-dev": {
21
"codeigniter/coding-standard": "^1.5",
22
- "codeigniter/phpstan-codeigniter": "^v1.1",
+ "codeigniter/phpstan-codeigniter": "^1.4",
23
"ergebnis/composer-normalize": "^2.28",
24
"fakerphp/faker": "^1.9",
25
"kint-php/kint": "^5.0.4",
phpstan.neon.dist
@@ -38,8 +38,3 @@ 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