Skip to content

Commit 2ec52c0

Browse files
authored
Update static CI (#180)
1 parent d2b8f85 commit 2ec52c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/phpt/psr15.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require __DIR__.'/autoload.php';
88

99
return function (array $context) {
10-
return new class() implements RequestHandlerInterface {
10+
return new class implements RequestHandlerInterface {
1111
public function handle(ServerRequestInterface $request): ResponseInterface
1212
{
1313
return new \Nyholm\Psr7\Response(200, [], 'Hello PSR-15');

0 commit comments

Comments
 (0)