Skip to content

Merge branch 'main' of https://github.com/fintechbd/auth #10

Merge branch 'main' of https://github.com/fintechbd/auth

Merge branch 'main' of https://github.com/fintechbd/auth #10

Triggered via push September 28, 2023 22:45
Status Failure
Total duration 42s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Http/Controllers/AuthenticatedSessionController.php#L66
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().
phpstan: src/Http/Controllers/ProfileController.php#L106
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().
phpstan: src/Http/Controllers/ProfileController.php#L137
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().