Skip to content

Commit afeddca

Browse files
Merge branch '8.5' into 9.4
2 parents bf3f1f7 + cd4f46e commit afeddca

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

.psalm/static-analysis.xml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns="https://getpsalm.org/schema/config"
55
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
6+
resolveFromConfigFile="false"
67
totallyTyped="true"
78
>
89
<projectFiles>
@@ -13,39 +14,6 @@
1314
</projectFiles>
1415

1516
<issueHandlers>
16-
<LessSpecificReturnType errorLevel="error" />
17-
18-
<DeprecatedMethod errorLevel="error" />
19-
<DeprecatedProperty errorLevel="error" />
20-
<DeprecatedClass errorLevel="error" />
21-
<DeprecatedConstant errorLevel="error" />
22-
<DeprecatedInterface errorLevel="error" />
23-
<DeprecatedTrait errorLevel="error" />
24-
25-
<InternalMethod errorLevel="error" />
26-
<InternalProperty errorLevel="error" />
27-
<InternalClass errorLevel="error" />
28-
29-
<MissingClosureReturnType errorLevel="error" />
30-
<MissingReturnType errorLevel="error" />
31-
<MissingPropertyType errorLevel="error" />
32-
<InvalidDocblock errorLevel="error" />
33-
<MisplacedRequiredParam errorLevel="error" />
34-
3517
<PropertyNotSetInConstructor errorLevel="info" />
36-
<MissingConstructor errorLevel="error" />
37-
<MissingClosureParamType errorLevel="error" />
38-
<MissingParamType errorLevel="error" />
39-
40-
<RedundantCondition errorLevel="error" />
41-
42-
<DocblockTypeContradiction errorLevel="error" />
43-
<RedundantConditionGivenDocblockType errorLevel="error" />
44-
45-
<UnresolvableInclude errorLevel="error" />
46-
47-
<RawObjectIteration errorLevel="error" />
48-
49-
<InvalidStringClass errorLevel="error" />
5018
</issueHandlers>
5119
</psalm>

0 commit comments

Comments
 (0)