diff --git a/tests/AppTest.php b/tests/AppTest.php index 6b593a8ba..cd18bfd16 100644 --- a/tests/AppTest.php +++ b/tests/AppTest.php @@ -1737,7 +1737,7 @@ public function testRunWithoutPassingInServerRequest(): void }); $streamProphecy->eof()->willReturn(false); $streamProphecy->isSeekable()->willReturn(true); - $streamProphecy->rewind()->shouldBeCalled();; + $streamProphecy->rewind()->shouldBeCalled(); $responseProphecy = $this->prophesize(ResponseInterface::class); $responseProphecy->getBody()->willReturn($streamProphecy->reveal());