Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Psalm baseline
  • Loading branch information
sebastianbergmann committed May 19, 2021
1 parent ec5e880 commit 4d6ea91
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .psalm/baseline.xml
Expand Up @@ -723,9 +723,8 @@
<code>$e</code>
</InvalidArgument>
<InvalidStringClass occurrences="1"/>
<MissingThrowsDocblock occurrences="6">
<MissingThrowsDocblock occurrences="5">
<code>detect</code>
<code>new Printer($arguments['coverageText'])</code>
<code>reorderTestsInSuite</code>
<code>run</code>
<code>stop</code>
Expand Down Expand Up @@ -1170,9 +1169,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="src/Util/TestDox/XmlResultPrinter.php">
<MissingThrowsDocblock occurrences="2">
<code>parent::__construct($out)</code>
</MissingThrowsDocblock>
<RedundantCondition occurrences="8">
<code>assert($metadata instanceof Covers)</code>
<code>assert($metadata instanceof CoversClass)</code>
Expand Down Expand Up @@ -1209,10 +1205,6 @@
<MissingReturnType occurrences="1">
<code>xmlToVariable</code>
</MissingReturnType>
<MissingThrowsDocblock occurrences="1"/>
<RedundantCast occurrences="1">
<code>(string) $entry-&gt;getAttribute('key')</code>
</RedundantCast>
</file>
<file src="src/Util/XmlTestListRenderer.php">
<ArgumentTypeCoercion occurrences="1">
Expand Down

0 comments on commit 4d6ea91

Please sign in to comment.