Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit f052223

Browse files
committed
Update dockblock for abstract plugin manager constructor
1 parent e44cb8e commit f052223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractPluginManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ abstract class AbstractPluginManager extends ServiceManager implements PluginMan
4848
* factories; for $config, {@see \Zend\ServiceManager\ServiceManager::configure()}
4949
* for details on its accepted structure.
5050
*
51-
* @param null|ConfigInterface|ContainerInterface $configInstanceOrParentLocator
51+
* @param null|ConfigInterface|ContainerInterface|PsrContainerInterface $configInstanceOrParentLocator
5252
* @param array $config
5353
*/
5454
public function __construct($configInstanceOrParentLocator = null, array $config = [])

0 commit comments

Comments
 (0)