Add two failing tests to reproduce failing ConvertEmptyStringsToNullDirective #2749
Annotations
10 errors and 1 warning
Run vendor/bin/phpstan:
src/Execution/ModelsLoader/PaginatedModelsLoader.php#L78
Anonymous function should return Illuminate\Database\Eloquent\Builder but returns Illuminate\Database\Query\Builder.
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
Run vendor/bin/phpstan:
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
|
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