Removes deleted mods during import operation #2
Annotations
10 errors
larastan:
app/Actions/Fortify/UpdateUserProfileInformation.php#L34
Instanceof between App\Models\User and Illuminate\Contracts\Auth\MustVerifyEmail will always evaluate to true.
|
larastan:
app/Http/Controllers/SocialiteController.php#L80
Method App\Http\Controllers\SocialiteController::findOrCreateUser() should return App\Models\User but returns Illuminate\Database\Eloquent\Model|null.
|
larastan:
app/Http/Controllers/SocialiteController.php#L113
Access to an undefined property Illuminate\Database\Eloquent\Model::$avatar.
|
larastan:
app/Http/Controllers/SocialiteController.php#L128
Parameter #3 $value of function curl_setopt expects bool, int given.
|
larastan:
app/Jobs/Import/ImportHubDataJob.php#L323
Parameter #3 $value of function curl_setopt expects bool, int given.
|
larastan:
app/Jobs/Import/ImportHubDataJob.php#L873
Parameter #3 $value of function curl_setopt expects bool, int given.
|
larastan:
app/Jobs/Import/ImportHubDataJob.php#L930
Using nullsafe property access "?->subject" on left side of ?? is unnecessary. Use -> instead.
|
larastan:
app/Jobs/Import/ImportHubDataJob.php#L931
Using nullsafe property access "?->subject" on left side of ?? is unnecessary. Use -> instead.
|
larastan:
app/Jobs/Import/ImportHubDataJob.php#L932
Using nullsafe property access "?->teaser" on left side of ?? is unnecessary. Use -> instead.
|
larastan:
app/Jobs/Import/ImportHubDataJob.php#L933
Using nullsafe property access "?->message" on left side of ?? is unnecessary. Use -> instead.
|