Roadmap: Account deletion cleanup. #374
Annotations
10 errors
PHP 8.3:
app/Http/Controllers/Api/v1/CampaignApiController.php#L14
No error to ignore is reported on line 14.
|
PHP 8.3:
app/Http/Controllers/Campaign/ImportController.php#L27
Relation 'user' is not found in App\Models\CampaignImport model.
|
PHP 8.3:
app/Http/Controllers/Campaign/RoleUserController.php#L59
Method App\Http\Controllers\Campaign\RoleUserController::store() should return Illuminate\Http\RedirectResponse but returns Illuminate\Http\JsonResponse.
|
PHP 8.3:
app/Http/Controllers/Settings/SubscriptionController.php#L80
Undefined variable: $tier
|
PHP 8.3:
app/Http/Controllers/Settings/SubscriptionController.php#L86
Undefined variable: $tier
|
PHP 8.3:
app/Http/Controllers/Settings/SubscriptionController.php#L94
Undefined variable: $tier
|
PHP 8.3:
app/Http/Controllers/Settings/SubscriptionController.php#L98
Call to function compact() contains undefined variable $tier.
|
PHP 8.3:
app/Models/Campaign.php#L160
Relation 'user' is not found in App\Models\CampaignRoleUser model.
|
PHP 8.3:
app/Models/Feature.php#L47
Method App\Models\Feature::votes() has invalid return type App\Models\HasMany.
|
PHP 8.3:
app/Models/Feature.php#L49
Method App\Models\Feature::votes() should return App\Models\HasMany but returns Illuminate\Database\Eloquent\Relations\HasMany<App\Models\FeatureUpvote>.
|