Total Complexity | 2 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class IndexAction |
||
17 | { |
||
18 | protected Client $client; |
||
19 | |||
20 | protected Bot $bot; |
||
21 | |||
22 | protected Notifier $notifier; |
||
23 | |||
24 | protected Request $request; |
||
25 | |||
26 | /** |
||
27 | * @throws ConfigFileException |
||
28 | */ |
||
29 | public function __construct() |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Handle telegram git notifier app. |
||
40 | * |
||
41 | * @return void |
||
42 | * |
||
43 | * @throws InvalidViewTemplateException |
||
44 | * @throws MessageIsEmptyException |
||
45 | * @throws SendNotificationException |
||
46 | */ |
||
47 | public function index(): void |
||
56 |