Completed
Push — develop ( 7f6ad2...eb155e )
by Baptiste
02:38
created
tests/EventListener/LoggerListenerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $called = false;
19 19
         $l = new LoggerListener(
20
-           $m = $this->getMock(LoggerInterface::class)
20
+            $m = $this->getMock(LoggerInterface::class)
21 21
         );
22 22
         $m
23 23
             ->method('info')
Please login to merge, or discard this patch.