Skip to content

Commit

Permalink
ACPT-1224: Fix MHI for application-server PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andimov committed Apr 24, 2023
1 parent 4a45292 commit bb1b3b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class ObjectManager implements \Magento\Framework\ObjectManagerInterface
/**
* @param FactoryInterface $factory
* @param ConfigInterface $config
* @param array $sharedInstances
* @param array &$sharedInstances
*/
public function __construct(FactoryInterface $factory, ConfigInterface $config, array &$sharedInstances = [])
public function __construct(FactoryInterface $factory, ConfigInterface $config, &$sharedInstances = [])
{
$this->_config = $config;
$this->_factory = $factory;
Expand Down

0 comments on commit bb1b3b8

Please sign in to comment.