Update dependencies #2774
Annotations
10 errors and 1 warning
Run vendor/bin/phpstan:
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.
|
Run vendor/bin/phpstan:
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.
|
Run vendor/bin/phpstan:
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.
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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>.
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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>.
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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>.
|
Run vendor/bin/phpstan:
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
|
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/
|
Loading