Update all non-major dependencies #355
Annotations
9 errors
Run PHPStan analysis:
app/Infrastructure/Project/EloquentProject.php#L42
Class App\Infrastructure\Project\EloquentProject has PHPDoc tag @method for method factory() parameter #1 $count with no value type specified in iterable type array.
|
Run PHPStan analysis:
app/Infrastructure/Project/EloquentProject.php#L42
Class App\Infrastructure\Project\EloquentProject has PHPDoc tag @method for method factory() parameter #2 $state with no value type specified in iterable type array.
|
Run PHPStan analysis:
app/Infrastructure/Project/EloquentProject.php#L44
Class App\Infrastructure\Project\EloquentProject uses generic trait Illuminate\Database\Eloquent\Factories\HasFactory but does not specify its types: TFactory
|
Run PHPStan analysis:
app/Infrastructure/Project/EloquentProject.php#L65
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\User\User> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsToMany: TRelatedModel, TDeclaringModel
|
Run PHPStan analysis:
app/Infrastructure/Project/EloquentProject.php#L67
Method App\Infrastructure\Project\EloquentProject::users() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\User\User> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\User\User, $this(App\Infrastructure\Project\EloquentProject)>.
|
Run PHPStan analysis:
app/Infrastructure/User/EloquentUser.php#L43
Class App\Infrastructure\User\EloquentUser uses generic trait Illuminate\Database\Eloquent\Factories\HasFactory but does not specify its types: TFactory
|
Run PHPStan analysis:
app/Infrastructure/User/EloquentUser.php#L71
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\Project\Project> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsToMany: TRelatedModel, TDeclaringModel
|
Run PHPStan analysis:
app/Infrastructure/User/EloquentUser.php#L73
Method App\Infrastructure\User\EloquentUser::projects() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\Project\Project> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\Project\Project, $this(App\Infrastructure\User\EloquentUser)>.
|
Run PHPStan analysis
Process completed with exit code 1.
|
Loading