Skip to content

feat: remove outdate php versions #356

feat: remove outdate php versions

feat: remove outdate php versions #356

Triggered via push July 12, 2025 07:57
Status Failure
Total duration 30s
Artifacts

phpstan.yml

on: push
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

21 errors
PHPStan - P8.3: src/Services/CallbackService.php#L72
Method CSlant\LaravelTelegramGitNotifier\Services\CallbackService::handleSettingsBack() should return array{view: string, markup: mixed} but returns array{view: Illuminate\View\View, markup: array<array>}.
PHPStan - P8.3: src/Services/CallbackService.php#L32
Cannot cast mixed to string.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L115
Class CSlant\LaravelTelegramGitNotifier\Services\NotificationService constructor invoked with 2 parameters, 3 required.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L102
Class CSlant\LaravelTelegramGitNotifier\Services\CommandService constructor invoked with 1 parameter, 2 required.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L86
Class CSlant\LaravelTelegramGitNotifier\Services\CallbackService constructor invoked with 1 parameter, 2 required.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L43
Parameter #1 $telegram of class CSlant\TelegramGitNotifier\Bot constructor expects Telegram|null, Telegram\Telegram given.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L43
Instantiated class Telegram\Telegram not found.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L30
Property CSlant\LaravelTelegramGitNotifier\Http\Actions\IndexAction::$request is never read, only written.
PHPStan - P8.3: src/Http/Actions/IndexAction.php#L27
Property CSlant\LaravelTelegramGitNotifier\Http\Actions\IndexAction::$client is never read, only written.
PHPStan - P8.3: src/Commands/SetWebhook.php#L33
Class CSlant\LaravelTelegramGitNotifier\Services\WebhookService constructor invoked with 0 parameters, 1 required.
PHPStan - P8.2: src/Services/CallbackService.php#L72
Method CSlant\LaravelTelegramGitNotifier\Services\CallbackService::handleSettingsBack() should return array{view: string, markup: mixed} but returns array{view: Illuminate\View\View, markup: array<array>}.
PHPStan - P8.2: src/Services/CallbackService.php#L32
Cannot cast mixed to string.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L115
Class CSlant\LaravelTelegramGitNotifier\Services\NotificationService constructor invoked with 2 parameters, 3 required.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L102
Class CSlant\LaravelTelegramGitNotifier\Services\CommandService constructor invoked with 1 parameter, 2 required.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L86
Class CSlant\LaravelTelegramGitNotifier\Services\CallbackService constructor invoked with 1 parameter, 2 required.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L43
Parameter #1 $telegram of class CSlant\TelegramGitNotifier\Bot constructor expects Telegram|null, Telegram\Telegram given.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L43
Instantiated class Telegram\Telegram not found.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L30
Property CSlant\LaravelTelegramGitNotifier\Http\Actions\IndexAction::$request is never read, only written.
PHPStan - P8.2: src/Http/Actions/IndexAction.php#L27
Property CSlant\LaravelTelegramGitNotifier\Http\Actions\IndexAction::$client is never read, only written.
PHPStan - P8.2: src/Commands/SetWebhook.php#L33
Class CSlant\LaravelTelegramGitNotifier\Services\WebhookService constructor invoked with 0 parameters, 1 required.
PHPStan - P8.2
The strategy configuration was canceled because "phpstan.ubuntu-latest_8_3" failed