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