Skip to content

Commit e5232e0

Browse files
authored
Update app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
1 parent 3ec6f3e commit e5232e0

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
@@ -632,11 +632,8 @@ public function getScope()
632632

633633
/**
634634
* Render element as disabled, if overwritten by ENV variable
635-
*
636-
* @param string $data
637-
* @return bool
638635
*/
639-
public function isDisabled($path): bool
636+
public function isDisabled(string $path): bool
640637
{
641638
/** @var Mage_Core_Helper_EnvironmentConfigLoader $environmentConfigLoaderHelper */
642639
$environmentConfigLoaderHelper = Mage::helper('core/environmentConfigLoader');

0 commit comments

Comments
 (0)