Skip to content

Commit f619400

Browse files
fix static
1 parent f7f5696 commit f619400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function createObject($type, $args)
130130

131131
throw new RuntimeException(
132132
new Phrase('Type Error occurred when creating object: %type, %msg', [
133-
'type' => $type,
133+
'type' => $type,
134134
'msg' => $exception->getMessage()
135135
])
136136
);

0 commit comments

Comments
 (0)