Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
14 | public function menuMarkup(Telegram $telegram): array |
||
15 | { |
||
16 | return [ |
||
17 | [ |
||
18 | $telegram->buildInlineKeyBoardButton(__('tg-notifier::tools/menu.discussion'), config('telegram-git-notifier.author.discussion')), |
||
19 | ], [ |
||
20 | $telegram->buildInlineKeyBoardButton(__('tg-notifier::tools/menu.source_code'), config('telegram-git-notifier.author.source_code')), |
||
21 | ], |
||
25 |