Skip to content

LP-8 fix: user status update system error fixed #19

LP-8 fix: user status update system error fixed

LP-8 fix: user status update system error fixed #19

Triggered via push October 1, 2023 09:14
Status Failure
Total duration 58s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Http/Controllers/AuthenticatedSessionController.php#L68
Call to an undefined method Fintech\Auth\Http\Controllers\AuthenticatedSessionController::forbidden().
phpstan: src/Http/Controllers/AuthenticatedSessionController.php#L68
Function permission_format not found.
phpstan: src/Http/Controllers/AuthenticatedSessionController.php#L73
Access to an undefined property Illuminate\Foundation\Auth\User::$tokens.
phpstan: src/Http/Controllers/EmailVerificationNotificationController.php#L19
Access to constant HOME on an unknown class App\Providers\RouteServiceProvider.
phpstan: src/Http/Controllers/PermissionController.php#L213
Method Fintech\Auth\Services\PermissionService::read() invoked with 2 parameters, 1 required.
phpstan: src/Http/Controllers/PermissionController.php#L248
Call to an undefined method Fintech\Auth\Services\PermissionService::export().
phpstan: src/Http/Controllers/PermissionController.php#L267
PHPDoc tag @return with type Fintech\Auth\Http\Resources\PermissionCollection|Illuminate\Http\JsonResponse is not subtype of native type Illuminate\Http\JsonResponse.
phpstan: src/Http/Controllers/PermissionController.php#L274
Method Fintech\Auth\Http\Controllers\PermissionController::import() should return Illuminate\Http\JsonResponse but returns Fintech\Auth\Http\Resources\PermissionCollection.
phpstan: src/Http/Controllers/ProfileController.php#L54
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().
phpstan: src/Http/Controllers/ProfileController.php#L77
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().