Skip to content

Commit a06a1e9

Browse files
author
bibu Mathew
committed
MAGETWO-30809: Compiled definitions can cause unexpected errors compared to runtime definitions
- added space between parameters
1 parent f0d5843 commit a06a1e9

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/ObjectManager/Definition

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ abstract protected function _unpack($signature);
5858
public function getParameters($className)
5959
{
6060
// 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)) {
61+
if (!array_key_exists($className, $this->_definitions)) {
6262
return $this->reader->getConstructor($className);
6363
}
6464

0 commit comments

Comments
 (0)