Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 742ad8c

Browse files
sashas777mageprince
authored andcommitted
Only one argument is allowed per line in a multi-line function call
1 parent 831e58c commit 742ad8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Asset/MergedTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ protected function setUp()
8282
public function testConstructorNothingToMerge()
8383
{
8484
new \Magento\Framework\View\Asset\Merged(
85-
$this->logger, $this->mergeStrategy,
85+
$this->logger,
86+
$this->mergeStrategy,
8687
$this->assetRepo,
8788
[],
8889
$this->versionStorage

0 commit comments

Comments
 (0)