Skip to content

chore: change label of the notification action #13

chore: change label of the notification action

chore: change label of the notification action #13

Triggered via push November 1, 2025 20:54
Status Failure
Total duration 31s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
phpstan
Process completed with exit code 1.
phpstan
Ignored error pattern #Access to an undefined property Beliven\\Lockout\\Models\\LockoutLog::\$# in path /home/runner/work/laravel-lockout/laravel-lockout/src/Lockout.php was not matched in reported errors.
phpstan: src/Models/ModelLockout.php#L150
Method Beliven\Lockout\Models\ModelLockout::createActive() should return static(Beliven\Lockout\Models\ModelLockout) but returns Beliven\Lockout\Models\ModelLockout.
phpstan: src/Models/ModelLockout.php#L86
Left side of && is always true.
phpstan: src/Lockout.php#L154
Call to an undefined method Illuminate\Database\Eloquent\Model::activeLock().
phpstan: src/Lockout.php#L144
Call to an undefined method Illuminate\Database\Eloquent\Model::lockouts().
phpstan: src/Listeners/MarkModelAsLocked.php#L38
Parameter #1 $value of method Illuminate\Database\Eloquent\Builder<Illuminate\Database\Eloquent\Model>::lock() expects bool|string, array<string, mixed> given.
phpstan: src/Listeners/MarkModelAsLocked.php#L30
Call to function method_exists() with Illuminate\Database\Eloquent\Model and 'lock' will always evaluate to true.
phpstan: src/Http/Controllers/UnlockController.php#L20
Call to an undefined method Illuminate\Database\Eloquent\Model::unlock().