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 43215c2 commit 46a9884Copy full SHA for 46a9884
app/code/Magento/Cms/Block/Widget/Block.php
@@ -62,8 +62,9 @@ public function __construct(
62
}
63
64
/**
65
- * Prepare block text and determine whether block output enabled or not
66
- * Prevent blocks recursion if needed
+ * Prepare block text and determine whether block output enabled or not.
+ *
67
+ * Prevent blocks recursion if needed.
68
*
69
* @return $this
70
*/
@@ -110,6 +111,8 @@ public function getIdentities()
110
111
112
113
114
+ * Get block
115
116
* @return CmsBlock|null
117
118
private function getBlock(): ?CmsBlock
0 commit comments