Skip to content

Commit 11772d4

Browse files
committed
Update phpstan-codeigniter to v1.4.1
1 parent cf43310 commit 11772d4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"codeigniter/coding-standard": "^1.5",
22-
"codeigniter/phpstan-codeigniter": "^v1.1",
22+
"codeigniter/phpstan-codeigniter": "^1.4",
2323
"ergebnis/composer-normalize": "^2.28",
2424
"fakerphp/faker": "^1.9",
2525
"kint-php/kint": "^5.0.4",

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,3 @@ 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)