@@ -23,6 +23,7 @@ |
||
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 | { |
@@ -18,6 +18,9 @@ |
||
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); |