@@ -73,6 +73,9 @@ |
||
73 | 73 | $factory->getRepository($em, 'Foo\CoolEntity'); |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @return ContainerInterface |
|
78 | + */ |
|
76 | 79 | private function createContainer(array $services) |
77 | 80 | { |
78 | 81 | $container = $this->getMockBuilder(ContainerInterface::class)->getMock(); |