Skip to content

Commit a3ed399

Browse files
author
Leandro F. L
committed
The left and the right parts of assignment are equal
1 parent fe9221f commit a3ed399

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Variable/Block/System/Variable

1 file changed

+1
-3
lines changed

app/code/Magento/Variable/Block/System/Variable/Edit.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ protected function _preparelayout()
9090
*/
9191
public function getFormHtml()
9292
{
93-
$formHtml = parent::getFormHtml();
94-
95-
return $formHtml;
93+
return parent::getFormHtml();
9694
}
9795

9896
/**

0 commit comments

Comments
 (0)