Skip to content

Commit d483eaf

Browse files
committed
refresh baseline
Signed-off-by: George Steel <[email protected]>
1 parent c45ea22 commit d483eaf

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

psalm-baseline.xml

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c">
2+
<files psalm-version="4.29.0@7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3">
33
<file src="src/ProblemDetailsMiddleware.php">
44
<MissingClosureParamType occurrences="1">
55
<code>$listener</code>
@@ -91,22 +91,6 @@
9191
<MixedAssignment occurrences="1">
9292
<code>$problem</code>
9393
</MixedAssignment>
94-
<MixedMethodCall occurrences="6">
95-
<code>getAdditionalData</code>
96-
<code>getDetail</code>
97-
<code>getStatus</code>
98-
<code>getTitle</code>
99-
<code>getType</code>
100-
<code>toArray</code>
101-
</MixedMethodCall>
102-
<UndefinedThisPropertyAssignment occurrences="1">
103-
<code>$this-&gt;exception</code>
104-
</UndefinedThisPropertyAssignment>
105-
<UndefinedThisPropertyFetch occurrences="3">
106-
<code>$this-&gt;exception</code>
107-
<code>$this-&gt;exception</code>
108-
<code>$this-&gt;exception</code>
109-
</UndefinedThisPropertyFetch>
11094
</file>
11195
<file src="test/ProblemDetailsAssertionsTrait.php">
11296
<MissingClosureParamType occurrences="1">

0 commit comments

Comments
 (0)