Skip to content
Triggered via push October 16, 2024 13:26
Status Failure
Total duration 31s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
phpstan: src/Telegram.php#L83
Readonly property NotificationChannels\Telegram\Telegram::$http is assigned outside of the constructor.
phpstan: src/Telegram.php#L120
Parameter #1 $value of static method Illuminate\Support\Str::studly() expects string, array given.
phpstan: src/TelegramMessage.php#L152
Expression on left side of ?? is not nullable.
phpstan: src/Traits/HasSharedLogic.php#L19
PHPDoc tag @template TReturn for trait NotificationChannels\Telegram\Traits\HasSharedLogic has invalid bound type NotificationChannels\Telegram\Traits\HasSharedLogic.
phpstan: src/Traits/HasSharedLogic.php#L19
PHPDoc tag @template TReturn for trait NotificationChannels\Telegram\Traits\HasSharedLogic with bound type static(NotificationChannels\Telegram\Traits\HasSharedLogic<TReturn>) is not supported.
phpstan
Process completed with exit code 1.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/