Skip to content

Commit 03e6827

Browse files
fix: error analyse testing
1 parent 2f2db72 commit 03e6827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan-baseline.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ parameters:
44
path: src/Providers/TelegramGitNotifierServiceProvider.php
55

66
- message: '#Parameter \#1 \$token of method CSlant\\TelegramGitNotifier\\Webhook\:\:setToken\(\) expects string, mixed given\.#'
7-
path: src/Http/Actions/WebhookAction.php
7+
path: src/Services/WebhookService.php
88

99
- message: '#Parameter \#1 \$url of method CSlant\\TelegramGitNotifier\\Webhook\:\:setUrl\(\) expects string, mixed given\.#'
10-
path: src/Http/Actions/WebhookAction.php
10+
path: src/Services/WebhookService.php
1111

1212
- message: '#Parameter \#1 \$prefix of static method Illuminate\\Support\\Facades\\Route::prefix\(\) expects string, mixed given\.#'
1313
path: routes/bot.php

0 commit comments

Comments
 (0)