| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | 1 | public function execute() |
|
| 42 | { |
||
| 43 | //$message = $this->getMessage(); |
||
| 44 | //$chat_id = $message->getChat()->getId(); |
||
| 45 | //$user_id = $message->getFrom()->getId(); |
||
| 46 | //$command = $message->getCommand(); |
||
| 47 | //$text = trim($message->getText(true)); |
||
| 48 | |||
| 49 | 1 | return parent::execute(); |
|
| 50 | } |
||
| 51 | } |
||
| 52 |