Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 8, 2022
1 parent af00e00 commit 2717487
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .psalm/baseline.xml
Expand Up @@ -274,11 +274,6 @@
<code>Filter::getFilteredStacktrace($this)</code>
</MissingThrowsDocblock>
</file>
<file src="src/Framework/Exception/InvalidArgumentException.php">
<PossiblyUndefinedArrayOffset occurrences="1">
<code>$stack[1]['class']</code>
</PossiblyUndefinedArrayOffset>
</file>
<file src="src/Framework/ExceptionWrapper.php">
<MissingThrowsDocblock occurrences="1">
<code>Filter::getFilteredStacktrace($this)</code>
Expand Down Expand Up @@ -481,6 +476,7 @@
<code>assert($test instanceof TestMethod)</code>
<code>assert($testSuite instanceof TestSuiteForTestClass)</code>
<code>assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider)</code>
<code>assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider)</code>
</RedundantCondition>
</file>
<file src="src/Logging/TestDox/CliTestDoxPrinter.php">
Expand Down

0 comments on commit 2717487

Please sign in to comment.