Skip to content

Commit 3e3df28

Browse files
Update Psalm baseline
1 parent 312641d commit 3e3df28

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.psalm/baseline.xml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -957,30 +957,23 @@
957957
<DocblockTypeContradiction occurrences="1">
958958
<code>$this-&gt;topTestSuite === null</code>
959959
</DocblockTypeContradiction>
960-
<InvalidArgument occurrences="1">
961-
<code>[$test, 'runBare']</code>
962-
</InvalidArgument>
963-
<InvalidCatch occurrences="1"/>
964960
<MissingConstructor occurrences="2">
965961
<code>$codeCoverage</code>
966962
<code>$topTestSuite</code>
967963
</MissingConstructor>
968-
<PossiblyInvalidArgument occurrences="1">
969-
<code>$linesToBeCovered</code>
970-
</PossiblyInvalidArgument>
971-
<PossiblyUndefinedVariable occurrences="3">
972-
<code>$_timeout</code>
964+
<PossiblyUndefinedVariable occurrences="2">
973965
<code>$_timeout</code>
974966
<code>$isAnyCoverageRequired</code>
975967
</PossiblyUndefinedVariable>
976968
<RedundantConditionGivenDocblockType occurrences="2">
977969
<code>$this-&gt;codeCoverage !== null</code>
978970
<code>$this-&gt;codeCoverage !== null</code>
979971
</RedundantConditionGivenDocblockType>
980-
<UndefinedInterfaceMethod occurrences="7">
981-
<code>addToAssertionCount</code>
982-
<code>addToAssertionCount</code>
983-
<code>getNumAssertions</code>
972+
<UndefinedClass occurrences="2">
973+
<code>Invoker</code>
974+
<code>TimeoutException</code>
975+
</UndefinedClass>
976+
<UndefinedInterfaceMethod occurrences="4">
984977
<code>getSize</code>
985978
<code>getSize</code>
986979
<code>getSize</code>
@@ -1221,6 +1214,9 @@
12211214
<DocblockTypeContradiction occurrences="1">
12221215
<code>self::$directories === null</code>
12231216
</DocblockTypeContradiction>
1217+
<UndefinedClass occurrences="1">
1218+
<code>Invoker</code>
1219+
</UndefinedClass>
12241220
</file>
12251221
<file src="src/Util/Color.php">
12261222
<MissingClosureParamType occurrences="2">

0 commit comments

Comments
 (0)