Skip to content

Commit efa7d5a

Browse files
committed
ACPT-826
1 parent 0c525b1 commit efa7d5a

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,13 @@ public function __construct(
5757
$this->string = $string;
5858
}
5959

60+
6061
/**
62+
* Save configuration state
6163
* phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
62-
* {@inheritdoc}
64+
*
65+
* @param $configState
66+
* @return bool
6367
*/
6468
public function _saveState($configState = []): bool
6569
{

0 commit comments

Comments
 (0)