Skip to content

Commit 87e59a5

Browse files
Update Psalm baseline
1 parent 5b351a5 commit 87e59a5

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

.psalm/baseline.xml

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,6 @@
942942
<code>$runTestInSeparateProcess</code>
943943
<code>$snapshot</code>
944944
</PropertyNotSetInConstructor>
945-
<RawObjectIteration occurrences="1">
946-
<code>$methodProphecies</code>
947-
</RawObjectIteration>
948945
<RedundantCastGivenDocblockType occurrences="1">
949946
<code>(bool) $this-&gt;backupStaticAttributes</code>
950947
</RedundantCastGivenDocblockType>
@@ -960,6 +957,24 @@
960957
<code>is_string($this-&gt;outputExpectedRegex)</code>
961958
<code>is_string($this-&gt;outputExpectedString)</code>
962959
</RedundantConditionGivenDocblockType>
960+
<UndefinedClass occurrences="8">
961+
<code>$e</code>
962+
<code>$methodProphecy</code>
963+
<code>MethodProphecy</code>
964+
<code>ObjectProphecy</code>
965+
<code>PredictionException</code>
966+
<code>PredictionException</code>
967+
<code>Prophet</code>
968+
<code>Prophet</code>
969+
</UndefinedClass>
970+
<UndefinedDocblockClass occurrences="6">
971+
<code>$this-&gt;prophet</code>
972+
<code>$this-&gt;prophet</code>
973+
<code>\Prophecy\Exception\Doubler\ClassNotFoundException</code>
974+
<code>\Prophecy\Exception\Doubler\DoubleException</code>
975+
<code>\Prophecy\Exception\Doubler\InterfaceNotFoundException</code>
976+
<code>\Prophecy\Prophet</code>
977+
</UndefinedDocblockClass>
963978
</file>
964979
<file src="src/Framework/TestResult.php">
965980
<ArgumentTypeCoercion occurrences="1">
@@ -1274,8 +1289,13 @@
12741289
<DocblockTypeContradiction occurrences="1">
12751290
<code>self::$directories === null</code>
12761291
</DocblockTypeContradiction>
1277-
<UndefinedClass occurrences="1">
1292+
<UndefinedClass occurrences="6">
1293+
<code>Assert</code>
1294+
<code>DocBlock</code>
12781295
<code>Invoker</code>
1296+
<code>Project</code>
1297+
<code>Prophet</code>
1298+
<code>Type</code>
12791299
</UndefinedClass>
12801300
</file>
12811301
<file src="src/Util/Configuration.php">
@@ -1564,11 +1584,6 @@
15641584
<code>$outTarget</code>
15651585
</PropertyNotSetInConstructor>
15661586
</file>
1567-
<file src="src/Util/Reflection.php">
1568-
<PossiblyNullArgument occurrences="1">
1569-
<code>$filter</code>
1570-
</PossiblyNullArgument>
1571-
</file>
15721587
<file src="src/Util/Test.php">
15731588
<InvalidScalarArgument occurrences="1">
15741589
<code>array_flip($lineNumbers)</code>

0 commit comments

Comments
 (0)