Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 30, 2022
1 parent 6e3d94b commit eb63d88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .psalm/baseline.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.x-dev@">
<files psalm-version="dev-master@">
<file src="src/Context.php">
<ReferenceConstraintViolation occurrences="1">
<code>return $this-&gt;addArray($value);</code>
</ReferenceConstraintViolation>
<UnsupportedReferenceUsage occurrences="1">
<code>$this-&gt;arrays[] = &amp;$array</code>
</UnsupportedReferenceUsage>
</file>
</files>

0 comments on commit eb63d88

Please sign in to comment.