Skip to content

Commit b769341

Browse files
committed
fix typo
1 parent 6adcc74 commit b769341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Element/BlockFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function createBlock($blockName, array $arguments = [])
4242
$blockName = ltrim($blockName, '\\');
4343
$block = $this->objectManager->create($blockName, $arguments);
4444
if (!$block instanceof BlockInterface) {
45-
throw new \LogicException($blockName . ' does not implemented BlockInterface');
45+
throw new \LogicException($blockName . ' does not implement BlockInterface');
4646
}
4747
if ($block instanceof Template) {
4848
$block->setTemplateContext($block);

0 commit comments

Comments
 (0)