Skip to content

Commit

Permalink
Suppress Psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 3, 2020
1 parent d23feb8 commit b968187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Driver/API/ExceptionConverterTest.php
Expand Up @@ -29,6 +29,8 @@ abstract protected function createConverter(): ExceptionConverter;
/**
* @param class-string<DriverException> $expectedClass
*
* @psalm-suppress RedundantCondition see: https://github.com/vimeo/psalm/issues/4473
*
* @dataProvider exceptionConversionProvider
*/
public function testConvertsException(
Expand Down

0 comments on commit b968187

Please sign in to comment.