Skip to content

Commit 7e8defe

Browse files
Fix code style in integration tests
1 parent 9d1c128 commit 7e8defe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tests/integration/testsuite/Magento/Deploy/DeployTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ protected function setUp()
101101
$this->rootDir = $this->filesystem->getDirectoryRead(DirectoryList::ROOT);
102102

103103
$logger = $objectManager->get(\Psr\Log\LoggerInterface::class);
104-
$this->deployService = $objectManager->create(DeployStaticContent::class, [
105-
'logger' => $logger
106-
]);
104+
$this->deployService = $objectManager->create(
105+
DeployStaticContent::class,
106+
['logger' => $logger]
107+
);
107108

108109
$this->bundleConfig = $objectManager->create(BundleConfig::class);
109110
$this->config = $objectManager->create(View::class);

0 commit comments

Comments
 (0)