Completed
Push — master ( 7cb9bd...6e1863 )
by Christian
03:27
created
Block/Service/PiwikStatisticBlockService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function __construct($name, EngineInterface $templating, LoggerInterface $logger)
40 40
     {
41
-        $this->logger    = $logger;
41
+        $this->logger = $logger;
42 42
 
43 43
         parent::__construct($name, $templating);
44 44
     }
Please login to merge, or discard this patch.
Tests/Block/Service/PiwikStatisticBlockServiceTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
     {
36 36
         parent::setUp();
37 37
 
38
-        $this->logger  = $this->createMock('Psr\Log\LoggerInterface');
39
-        $this->factory  = $this->createMock('Core23\PiwikBundle\Client\ClientFactory');
38
+        $this->logger = $this->createMock('Psr\Log\LoggerInterface');
39
+        $this->factory = $this->createMock('Core23\PiwikBundle\Client\ClientFactory');
40 40
     }
41 41
 
42 42
     public function testExecute()
Please login to merge, or discard this patch.