We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b8f85 commit 2ec52c0Copy full SHA for 2ec52c0
tests/phpt/psr15.php
@@ -7,7 +7,7 @@
7
require __DIR__.'/autoload.php';
8
9
return function (array $context) {
10
- return new class() implements RequestHandlerInterface {
+ return new class implements RequestHandlerInterface {
11
public function handle(ServerRequestInterface $request): ResponseInterface
12
{
13
return new \Nyholm\Psr7\Response(200, [], 'Hello PSR-15');
0 commit comments