File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ parameters:
88
99 - message : ' #Parameter \#1 \$url of method CSlant\\TelegramGitNotifier\\Webhook\:\:setUrl\(\) expects string, mixed given\.#'
1010 path : src/Http/Actions/WebhookAction.php
11+
12+ - message : ' #Parameter \#1 \$prefix of static method Illuminate\\Support\\Facades\\Route::prefix\(\) expects string, mixed given\.#'
13+ path : routes/bot.php
14+
15+ - message : ' #Part \$routePrefix \(mixed\) of encapsed string cannot be cast to string\.#'
16+ path : routes/bot.php
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function __construct()
4444 * @throws MessageIsEmptyException
4545 * @throws SendNotificationException
4646 */
47- public function index (): void
47+ public function __invoke (): void
4848 {
4949 $ sendNotification = new NotificationService (
5050 $ this ->notifier ,
You can’t perform that action at this time.
0 commit comments