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 e559cd5 commit 7ce7184Copy full SHA for 7ce7184
tests/PipelineTest.php
@@ -107,7 +107,7 @@ public function process(
107
108
$this->container->runScope(
109
new \Spiral\Core\Scope(name: 'http'),
110
- function (ScopeInterface $c) use ($middleware) {
+ function (ScopeInterface $c) use ($middleware): void {
111
$request = new ServerRequest('GET', '');
112
$handler = new CallableHandler(fn() => 'response', new ResponseFactory(new HttpConfig(['headers' => []])));
113
0 commit comments