Skip to content

Commit

Permalink
Merge pull request #55 from mezzio/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance
  • Loading branch information
gsteel committed May 16, 2023
2 parents c2a7a0c + c7c4ba0 commit a99cd11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 a99cd11

Please sign in to comment.