for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CSlant\LaravelTelegramGitNotifier\Traits;
use Telegram;
trait Markup
{
/**
* Generate menu markup.
*
* @param Telegram $telegram
* @return array<string[]>
*/
public function menuMarkup(Telegram $telegram): array
return [
return array(array($tele...author.source_code'))))
array<integer,array<inte...,array<string,string>>>
array<mixed,string[]>
[
$telegram->buildInlineKeyBoardButton('🗨 '.__('tg-notifier::tools/menu.discussion'), config('telegram-git-notifier.author.discussion')),
], [
$telegram->buildInlineKeyBoardButton('💠 '.__('tg-notifier::tools/menu.source_code'), config('telegram-git-notifier.author.source_code')),
],
];
}