Skip to content

Commit a5b5d18

Browse files
committed
fix styles
1 parent 714e586 commit a5b5d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private function createContainer(?string $postfix = null): Container
3232
return new Container(
3333
ContainerConfig::create()->withDefinitions([
3434
ResponseFactoryInterface::class => ResponseFactory::class,
35-
...$this->getDiConfig($postfix)
35+
...$this->getDiConfig($postfix),
3636
])
3737
);
3838
}

0 commit comments

Comments
 (0)