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 f0d5843 commit a06a1e9Copy full SHA for a06a1e9
lib/internal/Magento/Framework/ObjectManager/Definition/Compiled.php
@@ -58,7 +58,7 @@ abstract protected function _unpack($signature);
58
public function getParameters($className)
59
{
60
// if the definition isn't found in the list gathered from the compiled file then using reflection to find it
61
- if (!array_key_exists($className,$this->_definitions)) {
+ if (!array_key_exists($className, $this->_definitions)) {
62
return $this->reader->getConstructor($className);
63
}
64
0 commit comments