We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a45292 commit bb1b3b8Copy full SHA for bb1b3b8
lib/internal/Magento/Framework/ObjectManager/ObjectManager.php
@@ -36,9 +36,9 @@ class ObjectManager implements \Magento\Framework\ObjectManagerInterface
36
/**
37
* @param FactoryInterface $factory
38
* @param ConfigInterface $config
39
- * @param array $sharedInstances
+ * @param array &$sharedInstances
40
*/
41
- public function __construct(FactoryInterface $factory, ConfigInterface $config, array &$sharedInstances = [])
+ public function __construct(FactoryInterface $factory, ConfigInterface $config, &$sharedInstances = [])
42
{
43
$this->_config = $config;
44
$this->_factory = $factory;
0 commit comments