Skip to content

Commit 2ff4dcd

Browse files
sreichelPascal Querner
authored andcommitted
Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
1 parent 80ed204 commit 2ff4dcd

File tree

1 file changed

+1
-4
lines changed
  • app/code/core/Mage/Adminhtml/Block/System/Config

1 file changed

+1
-4
lines changed

app/code/core/Mage/Adminhtml/Block/System/Config/Form.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,11 +625,8 @@ public function getScope()
625625

626626
/**
627627
* Render element as disabled, if overwritten by ENV variable
628-
*
629-
* @param string $data
630-
* @return bool
631628
*/
632-
public function isDisabled($path): bool
629+
public function isDisabled(string $path): bool
633630
{
634631
/** @var Mage_Core_Helper_EnvironmentConfigLoader $environmentConfigLoaderHelper */
635632
$environmentConfigLoaderHelper = Mage::helper('core/environmentConfigLoader');

0 commit comments

Comments
 (0)