Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2021
1 parent 441bb5a commit d4ba8f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1107,9 +1107,6 @@
<MissingReturnType occurrences="1">
<code>doAccept</code>
</MissingReturnType>
<UndefinedInterfaceMethod occurrences="1">
<code>current</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Runner/Filter/NameFilterIterator.php">
<PropertyNotSetInConstructor occurrences="2">
Expand All @@ -1119,9 +1116,6 @@
<RedundantPropertyInitializationCheck occurrences="1">
<code>$accepted &amp;&amp; isset($this-&gt;filterMax)</code>
</RedundantPropertyInitializationCheck>
<UndefinedInterfaceMethod occurrences="1">
<code>current</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Runner/Hook/TestListenerAdapter.php">
<DeprecatedInterface occurrences="1">
Expand Down

0 comments on commit d4ba8f2

Please sign in to comment.