Skip to content

Commit

Permalink
Merge pull request #8070 from datamweb/develop
Browse files Browse the repository at this point in the history
phpstan: remove unneeded ignoreErrors
  • Loading branch information
kenjis authored Oct 22, 2023
2 parents 4c09ca3 + b5e3212 commit 3d2f80c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ parameters:
booleansInConditions: true
disallowedConstructs: true
matchingInheritedMethodNames: true
ignoreErrors:
- '#^Call to function config with Config\\.+\:\:class is discouraged\.$#'
codeigniter:
additionalConfigNamespaces:
- CodeIgniter\Config\

0 comments on commit 3d2f80c

Please sign in to comment.