Skip to content

Commit 47043da

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ public function __construct(ScopeInterface $scope, State $state)
4141
/**
4242
* Emulate callback inside adminhtml area code.
4343
*
44-
* @param callable $callback
45-
* @param array $params
44+
* Returns the return value of the callback.
45+
*
46+
* @param callable $callback The callable to be called
47+
* @param array $params The parameters to be passed to the callback, as an indexed array
4648
* @return mixed
4749
* @throws \Exception
4850
*/

0 commit comments

Comments
 (0)