Skip to content

Commit 35e673e

Browse files
committed
Apply fixes from StyleCI
1 parent e1dd934 commit 35e673e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RendererProvider/ClosureRendererProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static function (ServerRequestInterface $request) use (&$closureRequest): string
2828
return PlainTextRenderer::class;
2929
},
3030
new SimpleContainer([
31-
PlainTextRenderer::class => new PlainTextRenderer()
31+
PlainTextRenderer::class => new PlainTextRenderer(),
3232
]),
3333
);
3434

0 commit comments

Comments
 (0)