Skip to content

Update Providers.php #24

Update Providers.php

Update Providers.php #24

Triggered via push January 28, 2025 09:15
Status Failure
Total duration 38s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
phpstan: src/Drivers/Logger.php#L37
Method Laraflow\Sms\Drivers\Logger::send() has invalid return type Laraflow\Sms\Drivers\Response.
phpstan: src/Drivers/Logger.php#L37
Method Laraflow\Sms\Drivers\Logger::send() has invalid return type Laraflow\Sms\Drivers\Response.
phpstan: src/Drivers/Logger.php#L37
Return type Laraflow\Sms\Drivers\Response of method Laraflow\Sms\Drivers\Logger::send() is not covariant with return type Illuminate\Http\Client\Response of method Laraflow\Sms\Contracts\SmsDriver::send().
phpstan: src/Drivers/Logger.php#L39
Method Laraflow\Sms\Drivers\Logger::send() should return Laraflow\Sms\Drivers\Response but returns array.
phpstan
Process completed with exit code 1.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636