| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class HelloController extends Controller |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * This command echoes what you have entered as the message. |
||
| 27 | * @param string $message the message to be echoed. |
||
| 28 | * @return int Exit code |
||
| 29 | */ |
||
| 30 | public function actionIndex($message = 'hello world') |
||
| 36 | } |
||
| 37 | |||
| 38 | public function actionTelegram() |
||
| 45 |