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 80ed204 commit 2ff4dcdCopy full SHA for 2ff4dcd
app/code/core/Mage/Adminhtml/Block/System/Config/Form.php
@@ -625,11 +625,8 @@ public function getScope()
625
626
/**
627
* Render element as disabled, if overwritten by ENV variable
628
- *
629
- * @param string $data
630
- * @return bool
631
*/
632
- public function isDisabled($path): bool
+ public function isDisabled(string $path): bool
633
{
634
/** @var Mage_Core_Helper_EnvironmentConfigLoader $environmentConfigLoaderHelper */
635
$environmentConfigLoaderHelper = Mage::helper('core/environmentConfigLoader');
0 commit comments