Completed
Push — master ( 2f5ecd...f26b52 )
by dan
01:56
created
Test/Channel/EventChannelTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
         $this->notification = $this->getNotificationWithUser();
22 22
 
23 23
         $this->eventDispatcher = $this->getMockBuilder(EventDispatcherInterface::class)
24
-                                      ->disableOriginalConstructor()
25
-                                      ->getMock();
24
+                                        ->disableOriginalConstructor()
25
+                                        ->getMock();
26 26
 
27 27
         $this->eventChannel = new EventChannel($this->eventDispatcher);
28 28
     }
Please login to merge, or discard this patch.