Completed
Push — master ( 934dd2...2c5e12 )
by Walter
11:54
created
src/Repository/Service/EntityRepositoryManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
23 23
 {
24 24
     /**
25 25
      * {@inheritDoc}
26
+     * @param \Interop\Container\ContainerInterface $configInstanceOrParentLocator
26 27
      */
27 28
     public function __construct($configInstanceOrParentLocator = null, array $config = [])
28 29
     {
Please login to merge, or discard this patch.
src/Service/EntityServiceManagerV2.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
  */
19 19
 class EntityServiceManagerV2 extends AbstractPluginManager
20 20
 {
21
+    /**
22
+     * @param \Interop\Container\ContainerInterface $configInstanceOrParentLocator
23
+     */
21 24
     public function __construct($configInstanceOrParentLocator, array $config)
22 25
     {
23 26
         parent::__construct($configInstanceOrParentLocator, $config);
Please login to merge, or discard this patch.