Update dependencies #2774
validate.yml
on: pull_request
Matrix: benchmarks
Matrix: coverage
Matrix: static-analysis
Matrix: tests
Annotations
160 errors and 39 warnings
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/TestCase)#L33
PHPDoc tag @var for property Tests\TestCase::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
src/Testing/MakesGraphQLRequests.php (in context of class Tests/Unit/Testing/TestingTraitDummy)#L33
PHPDoc tag @var for property Tests\Unit\Testing\TestingTraitDummy::$introspectionResult contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
src/Testing/TestResponseUtils.php#L17
PHPDoc tag @param for parameter $response contains generic type Illuminate\Testing\TestResponse<Symfony\Component\HttpFoundation\Response> but class Illuminate\Testing\TestResponse is not generic.
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L274
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Integration/Pagination/PaginateDirectiveDBTest.php#L276
Method Tests\Integration\Pagination\PaginateDirectiveDBTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L311
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Integration/Schema/Directives/AllDirectiveTest.php#L313
Method Tests\Integration\Schema\Directives\AllDirectiveTest::builderForRelation() should return Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post, Tests\Utils\Models\User> but returns Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Category)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\BelongsToMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Category.php#L34
Method Tests\Utils\Models\Category::posts() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post, Tests\Utils\Models\Category> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<Tests\Utils\Models\Post>.
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies:
tests/Utils/Models/Color.php#L32
Generic type Illuminate\Database\Eloquent\Relations\HasMany<Tests\Utils\Models\Product, $this(Tests\Utils\Models\Color)> in PHPDoc tag @return specifies 2 template types, but class Illuminate\Database\Eloquent\Relations\HasMany supports only 1: TRelatedModel
|
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
coverage (8.3, ^11)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
coverage (8.3, ^11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.0 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.1 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.1 with Laravel ^10 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.1 with Laravel ^10 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.0 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.2 with Laravel ^10 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.3 with Laravel ^10 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.2 with Laravel ^10 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.1 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.2 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.3 with Laravel ^10 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.2 with Laravel ^11 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.2 with Laravel ^11 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.3 with Laravel ^11 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.2 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.3 with Laravel ^11 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
benchmarks (8.3, ^11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.3 with Laravel ^9 and highest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPUnit on PHP 8.3 with Laravel ^9 and lowest dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|