Skip to content

WIP Acceptances - Fixed #19080 - Allow resending accepted checkout acceptances #14

WIP Acceptances - Fixed #19080 - Allow resending accepted checkout acceptances

WIP Acceptances - Fixed #19080 - Allow resending accepted checkout acceptances #14

Triggered via pull request August 7, 2026 00:10
Status Failure
Total duration 1m 43s
Artifacts

static-analysis.yml

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

Annotations

10 errors
PHP 8.5
Process completed with exit code 1.
PHP 8.5: app/Presenters/ActionlogPresenter.php#L137
Access to an undefined property App\Presenters\ActionlogPresenter::$action_type.
PHP 8.5: app/Presenters/ActionlogPresenter.php#L44
Ignored error pattern #^Access to an undefined property App\\Presenters\\ActionlogPresenter\:\:\$action_type\.$# (property.notFound) in path /home/runner/work/snipe-it/snipe-it/app/Presenters/ActionlogPresenter.php is expected to occur 22 times, but occurred 23 times.
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L860
Access to an undefined property App\Models\User::$display_name.
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L769
Access to an undefined property App\Models\Actionlog::$created_by.
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L766
Call to an undefined method Illuminate\Database\Eloquent\Relations\Relation::associate().
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L765
Call to an undefined method Illuminate\Database\Eloquent\Relations\Relation::associate().
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L696
Using nullsafe method call on non-nullable type Illuminate\Auth\AuthManager. Use -> instead.
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L418
Strict comparison using === between Illuminate\Support\Carbon|null and false will always evaluate to false.
PHP 8.5: app/Console/Commands/SendReacceptanceRequests/SendReacceptanceRequests.php#L109
Using nullsafe method call on non-nullable type Illuminate\Auth\AuthManager. Use -> instead.