Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbaturin committed Oct 25, 2024
1 parent 303a683 commit 0479e23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Middleware/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ public function testImmutability(): void
{
$original = $this->createRouterMiddleware();

$this->assertNotSame($original, $original
$this->assertNotSame(
$original,
$original
->ignoreMethodFailureHandle()
->withNotAllowedResponseFactory($this->createNotAllowedResponseFactory())
->withOptionsResponseFactory($this->createOptionsResponseFactory())
Expand Down

0 comments on commit 0479e23

Please sign in to comment.