Allow Laravel 12 #2855
Annotations
10 errors
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on value of type null
|
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on value of type null
|
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on value of type null
|
Run vendor/bin/phpstan --verbose:
src/Schema/AST/ASTCache.php#L28
Warning: Trying to access array offset on value of type 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#L18
Cannot cast array|bool|string|null to string.
|
Run vendor/bin/phpstan --verbose:
src/Console/FieldCommand.php#L39
Cannot cast array|bool|string|null to string.
|
Run vendor/bin/phpstan --verbose:
benchmarks/QueryBench.php#L14
Method Benchmarks\QueryBench::__construct() overrides @Final method Tests\TestCase::__construct().
|
Loading