Skip to content

Commit

Permalink
Only one argument is allowed per line in a multi-line function call
Browse files Browse the repository at this point in the history
  • Loading branch information
sashas777 authored and mageprince committed Jul 9, 2018
1 parent 831e58c commit 742ad8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ protected function setUp()
public function testConstructorNothingToMerge()
{
new \Magento\Framework\View\Asset\Merged(
$this->logger, $this->mergeStrategy,
$this->logger,
$this->mergeStrategy,
$this->assetRepo,
[],
$this->versionStorage
Expand Down

0 comments on commit 742ad8c

Please sign in to comment.