Skip to content

Commit 4ad1020

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-66771: CLI command config:sensitive:set doesn't encrypt input values
1 parent 47043da commit 4ad1020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Console/Command/EmulatedAdminhtmlAreaProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(ScopeInterface $scope, State $state)
4646
* @param callable $callback The callable to be called
4747
* @param array $params The parameters to be passed to the callback, as an indexed array
4848
* @return mixed
49-
* @throws \Exception
49+
* @throws \Exception The exception is thrown if the parameter $callback throws an exception
5050
*/
5151
public function process(callable $callback, array $params = [])
5252
{

0 commit comments

Comments
 (0)