@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | |
| 125 | 125 | if ($data->activated) { |
| 126 | 126 | $this->connected = true; |
| 127 | - // Dispatcher::dispatch(new MXKarmaEvent(MXKarmaEvent::ON_CONNECTED)); |
|
| 127 | + // Dispatcher::dispatch(new MXKarmaEvent(MXKarmaEvent::ON_CONNECTED)); |
|
| 128 | 128 | } |
| 129 | 129 | } |
| 130 | 130 | |
@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | return; |
| 193 | 193 | } |
| 194 | 194 | |
| 195 | - // Dispatcher::dispatch(new MXKarmaEvent(MXKarmaEvent::ON_VOTE_SAVE, $data->updated)); |
|
| 195 | + // Dispatcher::dispatch(new MXKarmaEvent(MXKarmaEvent::ON_VOTE_SAVE, $data->updated)); |
|
| 196 | 196 | } |
| 197 | 197 | |
| 198 | 198 | /** |
@@ -92,14 +92,14 @@ |
||
| 92 | 92 | */ |
| 93 | 93 | public function onEndTurnEnd($count, $time); |
| 94 | 94 | |
| 95 | - /** |
|
| 96 | - * Callback sent when the "StartRound" section start. |
|
| 97 | - * |
|
| 98 | - * @param int $count Each time this section is played, this number is incremented by one |
|
| 99 | - * @param int $time Server time when the callback was sent |
|
| 100 | - * |
|
| 101 | - * @return mixed |
|
| 102 | - */ |
|
| 95 | + /** |
|
| 96 | + * Callback sent when the "StartRound" section start. |
|
| 97 | + * |
|
| 98 | + * @param int $count Each time this section is played, this number is incremented by one |
|
| 99 | + * @param int $time Server time when the callback was sent |
|
| 100 | + * |
|
| 101 | + * @return mixed |
|
| 102 | + */ |
|
| 103 | 103 | public function onStartRoundStart($count, $time); |
| 104 | 104 | |
| 105 | 105 | /** |