@@ -39,7 +39,7 @@ |
||
| 39 | 39 | */ |
| 40 | 40 | public function supports($class) |
| 41 | 41 | { |
| 42 | - return $class == ParentItem::class; |
|
| 42 | + return $class == ParentItem::class; |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
@@ -143,7 +143,6 @@ |
||
| 143 | 143 | /** |
| 144 | 144 | * @param $login |
| 145 | 145 | * @param $uid |
| 146 | - |
|
| 147 | 146 | */ |
| 148 | 147 | public function add($login, $uid) |
| 149 | 148 | { |
@@ -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 void |
|
| 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 void |
|
| 102 | + */ |
|
| 103 | 103 | public function onStartRoundStart($count, $time); |
| 104 | 104 | |
| 105 | 105 | /** |
@@ -76,7 +76,7 @@ |
||
| 76 | 76 | */ |
| 77 | 77 | public function getCode(): string |
| 78 | 78 | { |
| 79 | - return 'Exp_NextMap'; |
|
| 79 | + return 'Exp_NextMap'; |
|
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /** |
@@ -207,7 +207,7 @@ |
||
| 207 | 207 | */ |
| 208 | 208 | public function onStartMatchEnd($count, $time) |
| 209 | 209 | { |
| 210 | - // $this->updater->update($this->allPlayers); |
|
| 210 | + // $this->updater->update($this->allPlayers); |
|
| 211 | 211 | } |
| 212 | 212 | |
| 213 | 213 | /** |