Skip to content

Commit 01ebf97

Browse files
committed
12178 More code style optimizations to prevent CodeSniffer errors
1 parent 77c1d37 commit 01ebf97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ public function __construct(
7575
ChangeDetector $changeDetector,
7676
ProcessorFacadeFactory $processorFacadeFactory,
7777
DeploymentConfig $deploymentConfig
78-
)
79-
{
78+
) {
8079
$this->emulatedAreaProcessor = $emulatedAreaProcessor;
8180
$this->changeDetector = $changeDetector;
8281
$this->processorFacadeFactory = $processorFacadeFactory;

0 commit comments

Comments
 (0)