Allow Laravel 12 #2854
Annotations
10 errors
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on null
|
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on null
|
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on null
|
Run vendor/bin/phpstan --verbose:
src/GraphQL.php#L423
Method Nuwave\Lighthouse\GraphQL::validateCacheableRules() should return list<GraphQL\Error\Error> but returns non-empty-array<int, GraphQL\Error\Error>.
|
Run vendor/bin/phpstan --verbose:
src/GraphQL.php#L404
Method Nuwave\Lighthouse\GraphQL::validateCacheableRules() should return list<GraphQL\Error\Error> but returns array<int, GraphQL\Error\Error>.
|
Run vendor/bin/phpstan --verbose:
src/GraphQL.php#L398
Method Nuwave\Lighthouse\GraphQL::validateCacheableRules() should return list<GraphQL\Error\Error> but returns array<int, GraphQL\Error\Error>.
|
Run vendor/bin/phpstan --verbose:
src/Console/LighthouseGeneratorCommand.php#L20
Parameter #1 $string of function trim expects string, array|bool|string|null given.
|
Run vendor/bin/phpstan --verbose:
src/Console/FieldCommand.php#L43
Part $name (array|bool|string|null) of encapsed string cannot be cast to string.
|
Run vendor/bin/phpstan --verbose:
src/Console/FieldCommand.php#L41
Parameter #2 $string of function explode expects string, array|bool|string|null given.
|
Run vendor/bin/phpstan --verbose:
benchmarks/QueryBench.php#L14
Method Benchmarks\QueryBench::__construct() overrides @Final method Tests\TestCase::__construct().
|
Loading