Skip to content

Commit 1799b18

Browse files
author
arellanog
committed
Refining PHP STAN configuration file for Symfony projects
1 parent c291410 commit 1799b18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ parameters:
3030
reportMagicMethods: false
3131
reportMagicProperties: false
3232
ignoreErrors:
33-
- '#Call to an undefined method [a-zA-Z0-9\\_<>:]+::findOneBy[A-Z][a-zA-Z]*\(\)#'
33+
- '#Call to an undefined method [a-zA-Z0-9\\_<>:]+::find[A-Z][a-zA-Z]*\(\)#'
3434
internalErrorsCountLimit: 50
3535
cache:
3636
nodesByFileCountMax: 512
3737
nodesByStringCountMax: 512
38-
reportUnmatchedIgnoredErrors: true
38+
reportUnmatchedIgnoredErrors: false
3939
scopeClass: PHPStan\Analyser\Scope
4040
universalObjectCratesClasses:
4141
- stdClass

0 commit comments

Comments
 (0)