We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c291410 commit 1799b18Copy full SHA for 1799b18
1 file changed
config/config.neon
@@ -30,12 +30,12 @@ parameters:
30
reportMagicMethods: false
31
reportMagicProperties: false
32
ignoreErrors:
33
- - '#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]*\(\)#'
34
internalErrorsCountLimit: 50
35
cache:
36
nodesByFileCountMax: 512
37
nodesByStringCountMax: 512
38
- reportUnmatchedIgnoredErrors: true
+ reportUnmatchedIgnoredErrors: false
39
scopeClass: PHPStan\Analyser\Scope
40
universalObjectCratesClasses:
41
- stdClass
0 commit comments