Skip to content

Commit 999abec

Browse files
Update Psalm baseline
1 parent 1f5c39b commit 999abec

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.psalm/baseline.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<code>getEndLine</code>
1818
</PossiblyUndefinedMethod>
1919
</file>
20-
<file src="src/Driver/Xdebug.php">
20+
<file src="src/Driver/XdebugDriver.php">
2121
<UndefinedConstant occurrences="5">
2222
<code>\XDEBUG_FILTER_CODE_COVERAGE</code>
2323
<code>\XDEBUG_PATH_WHITELIST</code>
@@ -43,17 +43,13 @@
4343
<EmptyArrayAccess occurrences="1">
4444
<code>$pointer[$path[$i] . $type]</code>
4545
</EmptyArrayAccess>
46-
<PossiblyInvalidArgument occurrences="5">
46+
<PossiblyInvalidArgument occurrences="3">
4747
<code>$paths[$i]</code>
4848
<code>$paths[$i]</code>
4949
<code>$paths[$i]</code>
5050
<code>$paths[$i]</code>
5151
<code>$paths[$i]</code>
5252
</PossiblyInvalidArgument>
53-
<PossiblyInvalidArrayAccess occurrences="2">
54-
<code>$paths[$i + 1][0]</code>
55-
<code>$paths[0][0]</code>
56-
</PossiblyInvalidArrayAccess>
5753
</file>
5854
<file src="src/Node/Directory.php">
5955
<PropertyTypeCoercion occurrences="2">

0 commit comments

Comments
 (0)