File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11parameters :
22 level : 8
3- checkMissingIterableValueType : false
43 treatPhpDocTypesAsCertain : false
5- checkGenericClassInNonGenericObjectType : false
64 paths :
75 - src/
6+ ignoreErrors :
7+ - identifier : missingType.iterableValue
8+ - identifier : missingType.generics
9+
Original file line number Diff line number Diff line change 44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xmlns =" https://getpsalm.org/schema/config"
66 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7+ findUnusedBaselineEntry =" true"
8+ findUnusedCode =" false"
79>
810 <projectFiles >
911 <directory name =" src" />
1416
1517 <issueHandlers >
1618 <MissingClosureParamType errorLevel =" info" />
19+ <RiskyTruthyFalsyComparison errorLevel =" info" />
1720 </issueHandlers >
1821</psalm >
You can’t perform that action at this time.
0 commit comments