Skip to content

Commit

Permalink
resolve codestyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana authored Jan 8, 2023
1 parent 14de93d commit 931d5f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ public function getClass()
if ($inputRuleClass) {
$out[] = $inputRuleClass;
}

Mage::dispatchEvent('eav_entity_attribute_frontend_get_class', ['classes' => $out, 'attribute' => $this->getAttribute()]);

if (!empty($out)) {
$out = implode(' ', (array) $out);
} else {
Expand Down

0 comments on commit 931d5f4

Please sign in to comment.