Skip to content

Commit 3e3873b

Browse files
Update Psalm baseline
1 parent 3492c74 commit 3e3873b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.psalm/baseline.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="4.0.1@b1e2e30026936ef8d5bf6a354d1c3959b6231f44">
2+
<files psalm-version="4.2.1@ea9cb72143b77e7520c52fa37290bd8d8bc88fd9">
33
<file src="src/CodeCoverage.php">
44
<ArgumentTypeCoercion occurrences="1">
55
<code>$unit[0]</code>
@@ -135,6 +135,17 @@
135135
<code>$position</code>
136136
</PropertyNotSetInConstructor>
137137
</file>
138+
<file src="src/ProcessedCodeCoverageData.php">
139+
<PossiblyNullArgument occurrences="1">
140+
<code>$this-&gt;functionCoverage[$file][$functionName]['branches'][$branchId]['hit']</code>
141+
</PossiblyNullArgument>
142+
<PossiblyNullArrayAccess occurrences="1">
143+
<code>$this-&gt;functionCoverage[$file][$functionName]['branches']</code>
144+
</PossiblyNullArrayAccess>
145+
<PossiblyNullArrayAssignment occurrences="1">
146+
<code>$this-&gt;functionCoverage[$file][$functionName]['branches']</code>
147+
</PossiblyNullArrayAssignment>
148+
</file>
138149
<file src="src/Report/Html/Renderer/File.php">
139150
<InternalClass occurrences="7">
140151
<code>BaseTestRunner::STATUS_ERROR</code>

0 commit comments

Comments
 (0)