Skip to content

Merge pull request #5 from fintechbd/LP-26-Permission-Pagination #22

Merge pull request #5 from fintechbd/LP-26-Permission-Pagination

Merge pull request #5 from fintechbd/LP-26-Permission-Pagination #22

Triggered via push October 1, 2023 20:04
Status Failure
Total duration 30s
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#L206
Method Fintech\Auth\Services\PermissionService::read() invoked with 2 parameters, 1 required.
phpstan: src/Http/Controllers/PermissionController.php#L241
Call to an undefined method Fintech\Auth\Services\PermissionService::export().
phpstan: src/Http/Controllers/PermissionController.php#L260
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#L267
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().