Skip to content

Commit

Permalink
Refining PHP STAN configuration file for Symfony projects
Browse files Browse the repository at this point in the history
  • Loading branch information
arellanog committed Feb 1, 2019
1 parent c291410 commit 1799b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ parameters:
reportMagicMethods: false
reportMagicProperties: false
ignoreErrors:
- '#Call to an undefined method [a-zA-Z0-9\\_<>:]+::findOneBy[A-Z][a-zA-Z]*\(\)#'
- '#Call to an undefined method [a-zA-Z0-9\\_<>:]+::find[A-Z][a-zA-Z]*\(\)#'
internalErrorsCountLimit: 50
cache:
nodesByFileCountMax: 512
nodesByStringCountMax: 512
reportUnmatchedIgnoredErrors: true
reportUnmatchedIgnoredErrors: false
scopeClass: PHPStan\Analyser\Scope
universalObjectCratesClasses:
- stdClass
Expand Down

0 comments on commit 1799b18

Please sign in to comment.