Skip to content

Commit

Permalink
qa: Rename intentional suppression
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed May 16, 2023
1 parent fe83dbc commit c7c4ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function testThrowsExceptionIfInvalidHttpMethodsAreProvided(array $invali
$this->expectException(InvalidArgumentException::class);
$this->expectExceptionMessage('One or more HTTP methods were invalid');

/** @psalm-suppress ArgumentTypeCoercion */
/** @psalm-suppress MixedArgumentTypeCoercion */
new Route('/test', $this->noopMiddleware, $invalidHttpMethods);
}

Expand Down

0 comments on commit c7c4ba0

Please sign in to comment.