Drupal 11 readiness. #785
Annotations
10 errors
src/GraphQL/Response/ResponseInterface.php#L30
PHPDoc tag @param for parameter $messages with type array<Drupal\Core\StringTranslation\TranslatableMarkup|string>|Symfony\Component\Validator\ConstraintViolationListInterface is not subtype of native type array|Drupal\graphql\GraphQL\Response\ConstraintViolationListInterface.
|
src/GraphQL/Response/ResponseInterface.php#L30
Parameter $messages of method Drupal\graphql\GraphQL\Response\ResponseInterface::addViolations() has invalid type Drupal\graphql\GraphQL\Response\ConstraintViolationListInterface.
|
src/GraphQL/Utility/FileUpload.php#L523
Expression in empty() is not falsy.
|
src/GraphQL/Utility/FileUpload.php#L525
Right side of || is always false.
|
src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php#L102
No error to ignore is reported on line 102.
|
src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php#L104
No error to ignore is reported on line 104.
|
src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php#L106
Result of || is always false.
|
src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php#L106
Variable $height in empty() always exists and is not falsy.
|
src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php#L106
Variable $width in empty() always exists and is not falsy.
|
tests/src/Kernel/Framework/UploadFileServiceTest.php#L30
PHPDoc type array of property Drupal\Tests\graphql\Kernel\Framework\UploadFileServiceTest::$modules is not covariant with PHPDoc type array<string> of overridden property Drupal\Tests\graphql\Kernel\GraphQLTestBase::$modules.
|
This job failed
Loading