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 efa7d5a commit 5385744Copy full SHA for 5385744
app/code/Magento/Config/Controller/Adminhtml/System/Config/Save.php
@@ -57,12 +57,11 @@ public function __construct(
57
$this->string = $string;
58
}
59
60
-
61
/**
62
* Save configuration state
63
* phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
64
*
65
- * @param $configState
+ * @param array $configState
66
* @return bool
67
*/
68
public function _saveState($configState = []): bool
0 commit comments