@@ -69,7 +69,9 @@ |
||
69 | 69 | * @param Results $events |
70 | 70 | */ |
71 | 71 | public function emit(Results $events) { |
72 | - if (!$events->hasEvents()) return; |
|
72 | + if (!$events->hasEvents()) { |
|
73 | + return; |
|
74 | + } |
|
73 | 75 | |
74 | 76 | $this->endpoint->send(null, $events->jsonEncode()); |
75 | 77 | } |