LP-2 fix: registration validation moved to auth config #15
Annotations
10 errors
phpstan:
src/Http/Controllers/AuthenticatedSessionController.php#L64
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().
|