Skip to content

(Add) Donation system for crypto #295

(Add) Donation system for crypto

(Add) Donation system for crypto #295

Triggered via pull request August 16, 2023 13:52
Status Failure
Total duration 2m 50s
Artifacts

larastan.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
php 8.2 on ubuntu-22.04: app/Console/Commands/AutoVIP.php#L56
PHPDoc tag @return with type int is incompatible with native type void.
php 8.2 on ubuntu-22.04: app/Console/Commands/AutoVIP.php#L82
Property App\Models\DonationSubscription::$is_active (bool) does not accept int.
php 8.2 on ubuntu-22.04: app/Console/Commands/AutoVIP.php#L143
Property App\Models\DonationSubscription::$is_gifted (bool) does not accept int.
php 8.2 on ubuntu-22.04: app/Console/Commands/AutoVIP.php#L144
Property App\Models\DonationSubscription::$is_active (bool) does not accept int.
php 8.2 on ubuntu-22.04: app/Http/Controllers/PaymentController.php#L45
Expression on left side of ?? is not nullable.
php 8.2 on ubuntu-22.04: app/Http/Controllers/PaymentController.php#L47
Expression on left side of ?? is not nullable.
php 8.2 on ubuntu-22.04: app/Http/Controllers/PaymentController.php#L64
Caught class App\Http\Controllers\Exception not found.
php 8.2 on ubuntu-22.04: app/Http/Controllers/Staff/VIPController.php#L160
Property App\Models\DonationSubscription::$is_gifted (bool) does not accept int.
php 8.2 on ubuntu-22.04: app/Http/Controllers/Staff/VIPController.php#L161
Property App\Models\DonationSubscription::$is_active (bool) does not accept int.
php 8.2 on ubuntu-22.04
Process completed with exit code 1.
php 8.2 on ubuntu-22.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/