Skip to content

Commit 3d2f80c

Browse files
authored
Merge pull request #8070 from datamweb/develop
phpstan: remove unneeded ignoreErrors
2 parents 4c09ca3 + b5e3212 commit 3d2f80c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpstan.neon.dist

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

0 commit comments

Comments
 (0)