File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments