Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 23, 2020
1 parent 615cfa6 commit 67341a5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<code>getEndLine</code>
</PossiblyUndefinedMethod>
</file>
<file src="src/Driver/Xdebug.php">
<file src="src/Driver/XdebugDriver.php">
<UndefinedConstant occurrences="5">
<code>\XDEBUG_FILTER_CODE_COVERAGE</code>
<code>\XDEBUG_PATH_WHITELIST</code>
Expand All @@ -43,17 +43,13 @@
<EmptyArrayAccess occurrences="1">
<code>$pointer[$path[$i] . $type]</code>
</EmptyArrayAccess>
<PossiblyInvalidArgument occurrences="5">
<PossiblyInvalidArgument occurrences="3">
<code>$paths[$i]</code>
<code>$paths[$i]</code>
<code>$paths[$i]</code>
<code>$paths[$i]</code>
<code>$paths[$i]</code>
</PossiblyInvalidArgument>
<PossiblyInvalidArrayAccess occurrences="2">
<code>$paths[$i + 1][0]</code>
<code>$paths[0][0]</code>
</PossiblyInvalidArrayAccess>
</file>
<file src="src/Node/Directory.php">
<PropertyTypeCoercion occurrences="2">
Expand Down

0 comments on commit 67341a5

Please sign in to comment.