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 714e586 commit a5b5d18Copy full SHA for a5b5d18
tests/ConfigTest.php
@@ -32,7 +32,7 @@ private function createContainer(?string $postfix = null): Container
32
return new Container(
33
ContainerConfig::create()->withDefinitions([
34
ResponseFactoryInterface::class => ResponseFactory::class,
35
- ...$this->getDiConfig($postfix)
+ ...$this->getDiConfig($postfix),
36
])
37
);
38
}
0 commit comments