Skip to content

use status enum typo fixed #36

use status enum typo fixed

use status enum typo fixed #36

Triggered via push October 7, 2023 18:47
Status Failure
Total duration 43s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L243
Call to an undefined method Fintech\Auth\Services\PermissionService::export().
phpstan: src/Http/Controllers/ProfileController.php#L53
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().
phpstan: src/Http/Controllers/ProfileController.php#L71
PHPDoc tag @throws with type Fintech\Auth\Http\Controllers\ModelOperationException is not subtype of Throwable
phpstan: src/Http/Controllers/ProfileController.php#L76
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().
phpstan: src/Http/Controllers/ProfileController.php#L79
Instantiated class Fintech\Auth\Http\Controllers\ModelOperationException not found.
phpstan: src/Http/Controllers/ProfileController.php#L79
Throwing object of an unknown class Fintech\Auth\Http\Controllers\ModelOperationException.
phpstan: src/Http/Controllers/ProfileController.php#L101
PHPDoc tag @throws with type Fintech\Core\Exceptions\ResourceNotFoundException is not subtype of Throwable
phpstan: src/Http/Controllers/ProfileController.php#L105
Call to an undefined static method Fintech\Auth\Facades\Auth::userProfile().