Skip to content

Commit ede28f0

Browse files
Update Psalm baseline
1 parent 787e76d commit ede28f0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.psalm/baseline.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
<code>Test::MEDIUM</code>
1414
<code>Test::SMALL</code>
1515
</InternalClass>
16-
<InternalMethod occurrences="5">
16+
<InternalMethod occurrences="6">
1717
<code>getName</code>
1818
<code>getName</code>
1919
<code>getSize</code>
2020
<code>isLarge</code>
2121
<code>isMedium</code>
22+
<code>type</code>
2223
</InternalMethod>
2324
<PossiblyNullPropertyAssignmentValue occurrences="2">
2425
<code>null</code>
@@ -146,17 +147,6 @@
146147
<code>$this-&gt;functionCoverage[$file][$functionName]['branches']</code>
147148
</PossiblyNullArrayAssignment>
148149
</file>
149-
<file src="src/Report/Html/Renderer/File.php">
150-
<InternalClass occurrences="7">
151-
<code>BaseTestRunner::STATUS_ERROR</code>
152-
<code>BaseTestRunner::STATUS_FAILURE</code>
153-
<code>BaseTestRunner::STATUS_INCOMPLETE</code>
154-
<code>BaseTestRunner::STATUS_PASSED</code>
155-
<code>BaseTestRunner::STATUS_RISKY</code>
156-
<code>BaseTestRunner::STATUS_SKIPPED</code>
157-
<code>BaseTestRunner::STATUS_WARNING</code>
158-
</InternalClass>
159-
</file>
160150
<file src="src/Report/Xml/BuildInformation.php">
161151
<PossiblyNullReference occurrences="1">
162152
<code>createElementNS</code>
@@ -215,9 +205,6 @@
215205
</PossiblyNullReference>
216206
</file>
217207
<file src="src/Report/Xml/Tests.php">
218-
<MissingPropertyType occurrences="1">
219-
<code>$codeMap</code>
220-
</MissingPropertyType>
221208
<PossiblyNullReference occurrences="1">
222209
<code>createElementNS</code>
223210
</PossiblyNullReference>

0 commit comments

Comments
 (0)