Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Commit

Permalink
PHPStan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 4, 2017
1 parent afd601c commit 95c5d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Block/Service/PiwikStatisticBlockServiceTest.php
Expand Up @@ -66,7 +66,7 @@ public function testExecute()
'template' => 'Core23PiwikBundle:Block:block_piwik_statistic.html.twig',
));

$blockService = new PiwikStatisticBlockService('block.service', $this->templating, $this->factory, $this->logger);
$blockService = new PiwikStatisticBlockService('block.service', $this->templating, $this->factory);
$blockService->execute($blockContext);

$this->assertSame('Core23PiwikBundle:Block:block_piwik_statistic.html.twig', $this->templating->view);
Expand Down

0 comments on commit 95c5d42

Please sign in to comment.