Skip to content

Merge remote-tracking branch 'origin/main' into LP-3-Login #17

Merge remote-tracking branch 'origin/main' into LP-3-Login

Merge remote-tracking branch 'origin/main' into LP-3-Login #17

Triggered via push October 1, 2023 08:51
Status Failure
Total duration 32s
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().