Update all non-major dependencies #392
ci-workflow.yml
on: push
PHP - Check Style
29s
PHPStan - analysis on app code
24s
PHPStan - analysis on test code
26s
PHP - Rector
12s
PHP - Unit Tests
20s
PHP - Integration Tests 1/3 - Application Layer
27s
PHP - Integration Tests 2/3 - Domain Layer
52s
PHP - Integration Tests 3/3 - Infrastructure Layer
27s
Annotations
21 errors
PHP - Rector
Process completed with exit code 1.
|
PHPStan - analysis on app code:
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.
|
PHPStan - analysis on app code:
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.
|
PHPStan - analysis on app code:
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
|
PHPStan - analysis on app code:
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
|
PHPStan - analysis on app code:
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)>.
|
PHPStan - analysis on app code:
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
|
PHPStan - analysis on app code:
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
|
PHPStan - analysis on app code:
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)>.
|
PHPStan - analysis on app code
Process completed with exit code 1.
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubProject)#L88
Generic type Illuminate\Database\Eloquent\Relations\HasMany<App\Domain\User\User> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\HasMany: TRelatedModel, TDeclaringModel
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubProject)#L99
Method Tests\Builder\Stub\StubProject::mockHasMany() should return Illuminate\Database\Eloquent\Relations\HasMany<App\Domain\User\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Illuminate\Database\Eloquent\Model, $this(Tests\Builder\Stub\StubProject)>.
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubProject)#L106
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
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubProject)#L121
Method Tests\Builder\Stub\StubProject::mockBelongsToMany() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\User\User> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Illuminate\Database\Eloquent\Model, $this(Tests\Builder\Stub\StubProject)>.
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubUser)#L88
Generic type Illuminate\Database\Eloquent\Relations\HasMany<App\Domain\Project\Project> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\HasMany: TRelatedModel, TDeclaringModel
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubUser)#L99
Method Tests\Builder\Stub\StubUser::mockHasMany() should return Illuminate\Database\Eloquent\Relations\HasMany<App\Domain\Project\Project> but returns Illuminate\Database\Eloquent\Relations\HasMany<Illuminate\Database\Eloquent\Model, $this(Tests\Builder\Stub\StubUser)>.
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubUser)#L106
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
|
PHPStan - analysis on test code:
tests/Builder/Stub/StubModelOperation.php (in context of class Tests/Builder/Stub/StubUser)#L121
Method Tests\Builder\Stub\StubUser::mockBelongsToMany() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Domain\Project\Project> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Illuminate\Database\Eloquent\Model, $this(Tests\Builder\Stub\StubUser)>.
|
PHPStan - analysis on test code:
tests/Builder/UserBuilder.php#L23
Property Tests\Builder\UserBuilder::$email_verified_at (Carbon\CarbonImmutable|null) is never assigned Carbon\CarbonImmutable so it can be removed from the property type.
|
PHPStan - analysis on test code:
tests/Builder/UserBuilder.php#L27
Property Tests\Builder\UserBuilder::$remember_token (string|null) is never assigned string so it can be removed from the property type.
|
PHP - Check Style
Process completed with exit code 1.
|