Skip to content

Create Logger Driver #21

Create Logger Driver

Create Logger Driver #21

Triggered via push January 28, 2025 09:08
Status Failure
Total duration 30s
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