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 6b7f3fd commit c15b8f9Copy full SHA for c15b8f9
app/code/Magento/Ui/Model/Manager.php
@@ -155,9 +155,7 @@ public function prepareData($name)
155
{
156
if ($name === null || $this->hasData($name)) {
157
throw new LocalizedException(
158
- new \Magento\Framework\Phrase(
159
- "Invalid UI Component element name: '%1'", [$name]
160
- )
+ new \Magento\Framework\Phrase("Invalid UI Component element name: '%1'", [$name])
161
);
162
}
163
$this->componentsPool = $this->arrayObjectFactory->create();
0 commit comments