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