1+ <?xml version =" 1.0" ?>
2+ <psalm
3+ errorLevel =" 2"
4+ resolveFromConfigFile =" true"
5+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6+ xmlns =" https://getpsalm.org/schema/config"
7+ xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+ >
9+ <projectFiles >
10+ <directory name =" src" />
11+ <ignoreFiles >
12+ <directory name =" vendor" />
13+ </ignoreFiles >
14+
15+ </projectFiles >
16+
17+ <issueHandlers >
18+
19+ <UnnecessaryVarAnnotation >
20+ <errorLevel type =" suppress" >
21+ <file name =" src/HttpExceptionResponseDevPlugin.php" />
22+ </errorLevel >
23+ </UnnecessaryVarAnnotation >
24+
25+ <ArgumentTypeCoercion >
26+ <errorLevel type =" info" >
27+ <file name =" src/Exception/FlattenException.php" />
28+ </errorLevel >
29+ </ArgumentTypeCoercion >
30+
31+ <UnsafeInstantiation >
32+ <errorLevel type =" info" >
33+ <file name =" src/Exception/FlattenException.php" />
34+ </errorLevel >
35+ </UnsafeInstantiation >
36+
37+ <UnresolvableInclude >
38+ <errorLevel type =" suppress" >
39+ <file name =" src/Business/Exception/Renderer/HtmlRenderer.php" />
40+ </errorLevel >
41+ </UnresolvableInclude >
42+
43+ <InternalMethod >
44+ <errorLevel type =" info" >
45+ <file name =" src/Exception/FlattenException.php" />
46+ <file name =" src/Business/Exception/Renderer/RendererFactory.php" />
47+ <file name =" src/Business/Executor/HttpExceptionPageExecutorDecorator.php" />
48+ </errorLevel >
49+ </InternalMethod >
50+
51+ <PossiblyInvalidArgument >
52+ <errorLevel type =" info" >
53+ <file name =" src/Exception/FlattenException.php" />
54+ </errorLevel >
55+ </PossiblyInvalidArgument >
56+
57+ <MissingConstructor >
58+ <errorLevel type =" suppress" >
59+ <file name =" src/HttpExceptionResponseDevPlugin.php" />
60+ <file name =" src/Exception/FlattenException.php" />
61+ </errorLevel >
62+ </MissingConstructor >
63+
64+ <ImplementedReturnTypeMismatch >
65+ <errorLevel type =" suppress" >
66+ <file name =" src/HttpExceptionResponseDevPlugin.php" />
67+ </errorLevel >
68+ </ImplementedReturnTypeMismatch >
69+ </issueHandlers >
70+
71+ </psalm >
0 commit comments