Completed
Push — master ( 41c904...ee72ab )
by GBProd
02:47
created
tests/DomainEventBundle/Event/DispatcherTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             ->expects($this->once())
37 37
             ->method('dispatch')
38 38
             ->with(
39
-                'DispatcherTest.'.get_class($event),
39
+                'DispatcherTest.' . get_class($event),
40 40
                 $this->isInstanceOf(SymfonyEvent::class)
41 41
             )
42 42
         ;
Please login to merge, or discard this patch.