Skip to content

Commit

Permalink
Fix regression introduced in 01ae44d
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 3, 2019
1 parent 01ae44d commit ffd0108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@
<code>$this-&gt;createPrinter(ResultPrinter::class, $arguments)</code>
</PropertyTypeCoercion>
</file>
<file src="src/Util/Blacklist.php">
<UndefinedClass occurrences="1">
<code>Invoker</code>
</UndefinedClass>
</file>
<file src="src/Util/Configuration.php">
<ArgumentTypeCoercion occurrences="2">
<code>$testSuiteNodes-&gt;item(0)</code>
Expand Down

0 comments on commit ffd0108

Please sign in to comment.