Skip to content

Commit

Permalink
Updated to latest Psalm version and removed unused suppressions (#112)
Browse files Browse the repository at this point in the history
* WIP - Updated to 4.4, fixed some issues found during analysis

* Removed unused Psalm suppressions

* Removed more unused Psalm suppressions, added some suppressions for known Psalm bugs
  • Loading branch information
davidbyoung committed Jan 24, 2021
1 parent 2f3388e commit 1db5ee3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/FatalThrowableErrorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function throwableProvider(): array
public function testConstructor(Throwable $throwable): void
{
$throwableError = new FatalThrowableError($throwable);
/** @psalm-suppress RedundantCondition We need to test this to get full coverage */
$this->assertInstanceOf(ErrorException::class, $throwableError);
}
}

0 comments on commit 1db5ee3

Please sign in to comment.