Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 29, 2021
1 parent 0e5f254 commit ee1820c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .psalm/baseline.xml
Expand Up @@ -340,6 +340,17 @@
<RedundantCastGivenDocblockType occurrences="1">
<code>(string) var_export($parameter-&gt;getDefaultValue(), true)</code>
</RedundantCastGivenDocblockType>
<RedundantCondition occurrences="1">
<code>$type instanceof ReflectionIntersectionType</code>
</RedundantCondition>
<TypeDoesNotContainType occurrences="1">
<code>$type instanceof ReflectionIntersectionType</code>
</TypeDoesNotContainType>
<UndefinedClass occurrences="3">
<code>ReflectionIntersectionType</code>
<code>ReflectionIntersectionType</code>
<code>ReflectionIntersectionType</code>
</UndefinedClass>
</file>
<file src="src/Framework/MockObject/Rule/Parameters.php">
<PropertyNotSetInConstructor occurrences="1">
Expand Down

0 comments on commit ee1820c

Please sign in to comment.