Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Oct 15, 2024
1 parent 2400274 commit 3b14a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Model/Customer/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function attributeEditPrepareForm($observer)
'max' => 4,
], 'frontend_input');

/** @var Mage_Adminhtml_Block_Widget_Form_Element_Dependence $block */
/** @var Mage_Adminhtml_Block_Widget_Form_Element_Dependence $dependenceBlock */
$dependenceBlock = $observer->getDependence();

$dependenceBlock->addFieldMap('frontend_input', 'frontend_input')
Expand Down

0 comments on commit 3b14a35

Please sign in to comment.