We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec6f3e commit e5232e0Copy full SHA for e5232e0
app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
@@ -632,11 +632,8 @@ public function getScope()
632
633
/**
634
* Render element as disabled, if overwritten by ENV variable
635
- *
636
- * @param string $data
637
- * @return bool
638
*/
639
- public function isDisabled($path): bool
+ public function isDisabled(string $path): bool
640
{
641
/** @var Mage_Core_Helper_EnvironmentConfigLoader $environmentConfigLoaderHelper */
642
$environmentConfigLoaderHelper = Mage::helper('core/environmentConfigLoader');
0 commit comments