@@ -21,8 +21,8 @@ |
||
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 | } |