Add support for PHP 8.4 #260
Annotations
4 errors
Run Larastan:
src/Models/ShortURL.php#L120
Generic type Illuminate\Database\Eloquent\Relations\HasMany<AshAllenDesign\ShortURL\Models\ShortURLVisit> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\HasMany: TRelatedModel, TDeclaringModel
|
Run Larastan:
src/Models/ShortURL.php#L122
Method AshAllenDesign\ShortURL\Models\ShortURL::visits() should return Illuminate\Database\Eloquent\Relations\HasMany<AshAllenDesign\ShortURL\Models\ShortURLVisit> but returns Illuminate\Database\Eloquent\Relations\HasMany<AshAllenDesign\ShortURL\Models\ShortURLVisit, $this(AshAllenDesign\ShortURL\Models\ShortURL)>.
|
Run Larastan:
src/Models/ShortURLVisit.php#L105
Method AshAllenDesign\ShortURL\Models\ShortURLVisit::shortURL() should return Illuminate\Database\Eloquent\Relations\BelongsTo<AshAllenDesign\ShortURL\Models\ShortURL, AshAllenDesign\ShortURL\Models\ShortURLVisit> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<AshAllenDesign\ShortURL\Models\ShortURL, $this(AshAllenDesign\ShortURL\Models\ShortURLVisit)>.
|
Run Larastan
Process completed with exit code 1.
|
Loading