Skip to content

Commit 620f168

Browse files
committed
Baseline minor issues with template variable keys. Will be improved by mezzio/mezzio-template#30
Signed-off-by: George Steel <[email protected]>
1 parent b4c4858 commit 620f168

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

psalm-baseline.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.17.0@c620f6e80d0abfca532b00bda366062aaedf6e5d">
2+
<files psalm-version="5.18.0@b113f3ed0259fd6e212d87c3df80eec95a6abf19">
33
<file src="src/LaminasViewRenderer.php">
44
<InvalidArgument>
55
<code>$resolver</code>
66
</InvalidArgument>
77
<MixedArgument>
88
<code>$resolver</code>
99
</MixedArgument>
10+
<MixedArgumentTypeCoercion>
11+
<code>$params</code>
12+
<code><![CDATA[$this->mergeParams($layout->getTemplate(), (array) $layout->getVariables())]]></code>
13+
</MixedArgumentTypeCoercion>
1014
<MixedAssignment>
1115
<code>$oldResult</code>
1216
<code>$providedLayout</code>
@@ -19,6 +23,9 @@
1923
<MixedOperand>
2024
<code>$oldResult</code>
2125
</MixedOperand>
26+
<PossiblyInvalidArgument>
27+
<code>$params</code>
28+
</PossiblyInvalidArgument>
2229
<PossiblyNullPropertyAssignmentValue>
2330
<code><![CDATA[$this->getNamespacedResolver($resolver)]]></code>
2431
</PossiblyNullPropertyAssignmentValue>

0 commit comments

Comments
 (0)