Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 22, 2022
1 parent 5b351a5 commit 87e59a5
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -942,9 +942,6 @@
<code>$runTestInSeparateProcess</code>
<code>$snapshot</code>
</PropertyNotSetInConstructor>
<RawObjectIteration occurrences="1">
<code>$methodProphecies</code>
</RawObjectIteration>
<RedundantCastGivenDocblockType occurrences="1">
<code>(bool) $this-&gt;backupStaticAttributes</code>
</RedundantCastGivenDocblockType>
Expand All @@ -960,6 +957,24 @@
<code>is_string($this-&gt;outputExpectedRegex)</code>
<code>is_string($this-&gt;outputExpectedString)</code>
</RedundantConditionGivenDocblockType>
<UndefinedClass occurrences="8">
<code>$e</code>
<code>$methodProphecy</code>
<code>MethodProphecy</code>
<code>ObjectProphecy</code>
<code>PredictionException</code>
<code>PredictionException</code>
<code>Prophet</code>
<code>Prophet</code>
</UndefinedClass>
<UndefinedDocblockClass occurrences="6">
<code>$this-&gt;prophet</code>
<code>$this-&gt;prophet</code>
<code>\Prophecy\Exception\Doubler\ClassNotFoundException</code>
<code>\Prophecy\Exception\Doubler\DoubleException</code>
<code>\Prophecy\Exception\Doubler\InterfaceNotFoundException</code>
<code>\Prophecy\Prophet</code>
</UndefinedDocblockClass>
</file>
<file src="src/Framework/TestResult.php">
<ArgumentTypeCoercion occurrences="1">
Expand Down Expand Up @@ -1274,8 +1289,13 @@
<DocblockTypeContradiction occurrences="1">
<code>self::$directories === null</code>
</DocblockTypeContradiction>
<UndefinedClass occurrences="1">
<UndefinedClass occurrences="6">
<code>Assert</code>
<code>DocBlock</code>
<code>Invoker</code>
<code>Project</code>
<code>Prophet</code>
<code>Type</code>
</UndefinedClass>
</file>
<file src="src/Util/Configuration.php">
Expand Down Expand Up @@ -1564,11 +1584,6 @@
<code>$outTarget</code>
</PropertyNotSetInConstructor>
</file>
<file src="src/Util/Reflection.php">
<PossiblyNullArgument occurrences="1">
<code>$filter</code>
</PossiblyNullArgument>
</file>
<file src="src/Util/Test.php">
<InvalidScalarArgument occurrences="1">
<code>array_flip($lineNumbers)</code>
Expand Down

0 comments on commit 87e59a5

Please sign in to comment.