Skip to content

Compatiblity with graphpinator 2.0 #224

Compatiblity with graphpinator 2.0

Compatiblity with graphpinator 2.0 #224

Triggered via push December 18, 2025 20:35
Status Failure
Total duration 38s
Artifacts

php.yml

on: push
Matrix: tests-matrix
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 3 warnings
dependencies
Process completed with exit code 1.
codestyle
Process completed with exit code 2.
phpstan
Process completed with exit code 1.
phpstan: src/UploadModule.php#L124
Method Graphpinator\Upload\UploadModule::insertFiles() should return list<mixed>|Psr\Http\Message\UploadedFileInterface|stdClass but returns non-empty-array<int, mixed>.
tests-matrix (8.4, 1)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.4, 1)
Process completed with exit code 1.
tests-matrix (8.4, 1)
Script "phpunit-no-coverage" is not defined in this package
tests-matrix (8.5, 1)
Process completed with exit code 1.
tests-matrix (8.5, 1)
Script "phpunit-no-coverage" is not defined in this package
tests-matrix (8.5, 0)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.5, 0)
Process completed with exit code 1.
tests-matrix (8.5, 0)
Script "phpunit-no-coverage" is not defined in this package
tests-matrix (8.2, 1)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.2, 1)
Process completed with exit code 1.
tests-matrix (8.2, 1)
Script "phpunit-no-coverage" is not defined in this package
tests-matrix (8.4, 0)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.4, 0)
The operation was canceled.
tests-matrix (8.3, 0)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.3, 0)
The operation was canceled.
tests-matrix (8.2, 0)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.2, 0)
The operation was canceled.
tests-matrix (8.3, 1)
The strategy configuration was canceled because "tests-matrix._8_5_1" failed
tests-matrix (8.3, 1)
The operation was canceled.
mutation: src/UploadType.php#L26
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ public function __construct() { parent::__construct(); - $this->setSpecifiedBy('https://github.com/jaydenseric/graphql-multipart-request-spec'); + } #[\Override] public function validateAndCoerceInput(mixed $rawValue): ?UploadedFileInterface
mutation: src/UploadModule.php#L111
Escaped Mutant for Mutator "CastInt": @@ @@ } $index = \array_pop($keys); if (\is_numeric($index)) { - $index = (int) $index; + $index = $index; if ($currentValue === null) { $currentValue = []; }
mutation: src/Exception/UploadError.php#L14
Escaped Mutant for Mutator "TrueValue": @@ @@ #[\Override] public function isOutputable(): bool { - return true; + return false; } }