Skip to content

Commit 5385744

Browse files
committed
ACPT-826
1 parent efa7d5a commit 5385744

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Config/Controller/Adminhtml/System/Config

1 file changed

+1
-2
lines changed

app/code/Magento/Config/Controller/Adminhtml/System/Config/Save.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ public function __construct(
5757
$this->string = $string;
5858
}
5959

60-
6160
/**
6261
* Save configuration state
6362
* phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
6463
*
65-
* @param $configState
64+
* @param array $configState
6665
* @return bool
6766
*/
6867
public function _saveState($configState = []): bool

0 commit comments

Comments
 (0)