Skip to content

Commit bba6ad6

Browse files
committed
Apply fixes from StyleCI
1 parent 823bafa commit bba6ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RouteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function testDebugInfo(): void
369369

370370
private function getRequestHandler(): RequestHandlerInterface
371371
{
372-
return new class() implements RequestHandlerInterface {
372+
return new class () implements RequestHandlerInterface {
373373
public function handle(ServerRequestInterface $request): ResponseInterface
374374
{
375375
return new Response(404);

0 commit comments

Comments
 (0)