Skip to content

Commit 837dad7

Browse files
committed
PSR2
1 parent 162b805 commit 837dad7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/GraphQLTypeGeneratorTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ public function setUp()
8585
$container->get(TypeMapperInterface::class),
8686
$container->get(NamingStrategyInterface::class),
8787
new \Symfony\Component\Cache\Simple\ArrayCache(),
88-
$container->get(TypeRegistry::class));
88+
$container->get(TypeRegistry::class)
89+
);
8990
},
9091
TypeMapperInterface::class => function (ContainerInterface $container) {
9192
return new GlobTypeMapper(
@@ -108,7 +109,7 @@ public function setUp()
108109
$container->get(BasicAutoWiringContainer::class)
109110
);
110111
},
111-
TypeRegistry::class => function() {
112+
TypeRegistry::class => function () {
112113
return new TypeRegistry();
113114
},
114115
AnnotationReader::class => function (ContainerInterface $container) {

0 commit comments

Comments
 (0)