Skip to content

Commit bb1b3b8

Browse files
committed
ACPT-1224: Fix MHI for application-server PR
1 parent 4a45292 commit bb1b3b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/ObjectManager/ObjectManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class ObjectManager implements \Magento\Framework\ObjectManagerInterface
3636
/**
3737
* @param FactoryInterface $factory
3838
* @param ConfigInterface $config
39-
* @param array $sharedInstances
39+
* @param array &$sharedInstances
4040
*/
41-
public function __construct(FactoryInterface $factory, ConfigInterface $config, array &$sharedInstances = [])
41+
public function __construct(FactoryInterface $factory, ConfigInterface $config, &$sharedInstances = [])
4242
{
4343
$this->_config = $config;
4444
$this->_factory = $factory;

0 commit comments

Comments
 (0)