@@ -229,6 +229,10 @@ |
||
| 229 | 229 | ); |
| 230 | 230 | } |
| 231 | 231 | |
| 232 | + /** |
|
| 233 | + * @param string $message |
|
| 234 | + * @param null|integer $recipe |
|
| 235 | + */ |
|
| 232 | 236 | protected function sendMessage($message, $recipe, $params) |
| 233 | 237 | { |
| 234 | 238 | $this->chatNotification->sendMessage( |
@@ -222,7 +222,7 @@ |
||
| 222 | 222 | } |
| 223 | 223 | } |
| 224 | 224 | |
| 225 | - return '-' . $securedBy; |
|
| 225 | + return '-'.$securedBy; |
|
| 226 | 226 | } |
| 227 | 227 | |
| 228 | 228 | return $securedBy = $this->timeFormater->timeToText(0); |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | const EVENT_TYPE_FIRST_TIME = 'first_time'; |
| 25 | 25 | const EVENT_TYPE_SAME_SCORE = 'same_score'; |
| 26 | - const EVENT_TYPE_SAME_POS = 'same_position'; |
|
| 26 | + const EVENT_TYPE_SAME_POS = 'same_position'; |
|
| 27 | 27 | const EVENT_TYPE_BETTER_POS = 'better_position'; |
| 28 | 28 | |
| 29 | 29 | /** |