Skip to content

Add two failing tests to reproduce failing ConvertEmptyStringsToNullDirective #2748

Add two failing tests to reproduce failing ConvertEmptyStringsToNullDirective

Add two failing tests to reproduce failing ConvertEmptyStringsToNullDirective #2748

Re-run triggered September 5, 2024 12:04
Status Failure
Total duration 3m 53s
Artifacts

validate.yml

on: pull_request
Matrix: benchmarks
Matrix: coverage
Matrix: static-analysis
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

145 errors and 38 warnings
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Execution/ModelsLoader/PaginatedModelsLoader.php#L78
Anonymous function should return Illuminate\Database\Eloquent\Builder but returns Illuminate\Database\Query\Builder.
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Execution/ModelsLoader/PaginatedModelsLoader.php#L78
Anonymous function should return Illuminate\Database\Eloquent\Builder but returns Illuminate\Database\Query\Builder.
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L49
Method Nuwave\Lighthouse\Execution\ResolveInfo::enhanceBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Execution/ResolveInfo.php#L83
Method Nuwave\Lighthouse\Execution\ResolveInfo::wouldEnhanceBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Pagination/PaginationArgs.php#L115
Method Nuwave\Lighthouse\Pagination\PaginationArgs::applyToBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Schema/Directives/BuilderDirective.php#L52
Method Nuwave\Lighthouse\Schema\Directives\BuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Schema/Directives/EqDirective.php#L60
Method Nuwave\Lighthouse\Schema\Directives\EqDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() has parameter $builder with generic class Laravel\Scout\Builder but does not specify its types: TModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: src/Scout/ScoutBuilderDirective.php#L14
Method Nuwave\Lighthouse\Scout\ScoutBuilderDirective::handleScoutBuilder() return type with generic class Laravel\Scout\Builder does not specify its types: TModel
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $args with no value type specified in iterable type array.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() has parameter $rootValue with no type specified.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Mutations/ReturnReceivedInput.php#L9
Method Tests\Utils\Mutations\ReturnReceivedInput::__invoke() return type has no value type specified in iterable type array.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
coverage (8.3, ^11)
Process completed with exit code 1.
PHPUnit on PHP 8.1 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.0 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.2 with Laravel ^10 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.2 with Laravel ^11 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.1 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.2 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.2 with Laravel ^11 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.3 with Laravel ^10 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.0 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.2 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.1 with Laravel ^10 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.3 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.1 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.3 with Laravel ^11 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.3 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.2 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.3 with Laravel ^11 and lowest dependencies
Process completed with exit code 1.
PHPUnit on PHP 8.3 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
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/
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.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.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.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.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 ^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.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 ^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.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.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 ^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.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 ^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 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.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 ^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/
coverage (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.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.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.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.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.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 ^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 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 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 ^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.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.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.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.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.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/
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 ^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.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/