Completed
Push — master ( 81250e...eb6e4f )
by Mike
02:26
created
Tests/Repository/ContainerRepositoryFactoryTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -134,6 +134,9 @@
 block discarded – undo
134 134
         $factory->getRepository($em, 'Foo\CoolEntity');
135 135
     }
136 136
 
137
+    /**
138
+     * @return null|ContainerInterface
139
+     */
137 140
     private function createContainer(array $services)
138 141
     {
139 142
         $container = $this->getMockBuilder(ContainerInterface::class)->getMock();
Please login to merge, or discard this patch.