Skip to content

Merge pull request #97 from graphpql/dependabot/composer/phpstan/phps… #182

Merge pull request #97 from graphpql/dependabot/composer/phpstan/phps…

Merge pull request #97 from graphpql/dependabot/composer/phpstan/phps… #182

Triggered via push February 5, 2024 22:49
Status Failure
Total duration 1m 5s
Artifacts

php.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
mutation
Process completed with exit code 1.
codestyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codestyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/codecov-action@v1.0.14. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1.0.14. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
mutation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mutation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
mutation: src/Exception/UploadError.php#L11
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ { public function isOutputable() : bool { - return true; + return false; } }
mutation: src/UploadModule.php#L89
Escaped Mutant for Mutator "CastInt": --- Original +++ New @@ @@ } $index = \array_pop($keys); if (\is_numeric($index)) { - $index = (int) $index; + $index = $index; if ($currentValue === null) { $currentValue = []; }
mutation: src/UploadType.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function __construct() { parent::__construct(); - $this->setSpecifiedBy('https://github.com/jaydenseric/graphql-multipart-request-spec'); + } public function validateNonNullValue(mixed $rawValue) : bool {