Skip to content

Commit 7200c68

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-64556: Configuration management - Hide sensitive values from config:show command
1 parent 86ffe50 commit 7200c68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ public function testProcess(
9090
$expectsValue,
9191
$className,
9292
$value
93-
)
94-
{
93+
) {
9594
$scope = 'someScope';
9695
$scopeCode = 'someScopeCode';
9796
$path = 'some/config/path';

0 commit comments

Comments
 (0)