| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 40 | public function onApplicationReady() |
||
| 41 | { |
||
| 42 | $this->chatNotification->sendMessage(""); |
||
| 43 | $this->chatNotification->sendMessage(""); |
||
| 44 | $this->chatNotification->sendMessage('$z$fff$s - - – – — — – – - -'); |
||
| 45 | $this->chatNotification->sendMessage('$z$s$w$i$fff e X p a n s i o n ²', null, []); |
||
| 46 | $this->chatNotification->sendMessage( |
||
| 47 | '$z$o$000 version$o '.AbstractApplication::EXPANSION_VERSION, null, []); |
||
| 48 | |||
| 49 | $this->chatNotification->sendMessage('$z$s$fff —————————— '); |
||
| 50 | $this->chatNotification->sendMessage(""); |
||
| 51 | } |
||
| 52 | |||
| 63 |