Skip to content

Commit b7e989e

Browse files
Update Psalm baseline
1 parent 44e31d9 commit b7e989e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.psalm/baseline.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<ArgumentTypeCoercion occurrences="1">
55
<code>$unit[0]</code>
66
</ArgumentTypeCoercion>
7-
<DocblockTypeContradiction occurrences="2">
8-
<code>!is_array($linesToBeCovered) &amp;&amp; $linesToBeCovered !== false</code>
9-
<code>$id === null</code>
10-
</DocblockTypeContradiction>
117
<InternalMethod occurrences="8">
128
<code>asString</code>
139
<code>getName</code>
@@ -18,16 +14,15 @@
1814
<code>size</code>
1915
<code>size</code>
2016
</InternalMethod>
21-
<PossiblyNullPropertyAssignmentValue occurrences="2">
22-
<code>null</code>
23-
<code>null</code>
24-
</PossiblyNullPropertyAssignmentValue>
2517
<PropertyNotSetInConstructor occurrences="1">
2618
<code>$currentId</code>
2719
</PropertyNotSetInConstructor>
28-
<RedundantConditionGivenDocblockType occurrences="1">
20+
<RedundantCondition occurrences="1">
2921
<code>is_array($linesToBeCovered)</code>
30-
</RedundantConditionGivenDocblockType>
22+
</RedundantCondition>
23+
<TypeDoesNotContainType occurrences="1">
24+
<code>!is_array($linesToBeCovered) &amp;&amp; $linesToBeCovered !== false</code>
25+
</TypeDoesNotContainType>
3126
</file>
3227
<file src="src/Driver/XdebugDriver.php">
3328
<UndefinedConstant occurrences="5">

0 commit comments

Comments
 (0)