File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,23 @@ parameters:
2121 identifier: staticMethod.dynamicCall
2222 path: tests
2323
24+ editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
25+
26+ exceptions:
27+ checkedExceptionRegexes:
28+ - '#^Kreait\\Firebase\\#'
29+ check:
30+ # missingCheckedExceptionInThrows: true
31+ # tooWideThrowType: true
32+
2433 checkBenevolentUnionTypes: true
34+ # checkMissingCallableSignature: true
2535 checkTooWideReturnTypesInProtectedAndPublicMethods: true
2636 checkUninitializedProperties: true
2737 reportAlwaysTrueInLastCondition: true
2838 reportPossiblyNonexistentConstantArrayOffset: true
29-
39+ # reportPossiblyNonexistentGeneralArrayOffset: true
40+ reportAnyTypeWideningInVarTag: true
3041includes:
3142 - vendor/cuyz/valinor/qa/PHPStan/valinor-phpstan-configuration.php
3243 - vendor/phpstan/phpstan/conf/bleedingEdge.neon
You can’t perform that action at this time.
0 commit comments