Skip to content

Bump phpstan/phpstan from 1.11.4 to 1.11.5 #1229

Bump phpstan/phpstan from 1.11.4 to 1.11.5

Bump phpstan/phpstan from 1.11.4 to 1.11.5 #1229

Triggered via pull request June 24, 2024 04:10
Status Failure
Total duration 3m 11s
Artifacts

php.yml

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

Annotations

5 errors and 28 warnings
phpstan: src/Value/ConvertParserValueVisitor.php#L30
Property Graphpinator\Value\ConvertParserValueVisitor::$type (Graphpinator\Typesystem\Contract\Inputable) does not accept Graphpinator\Typesystem\Contract\Type.
phpstan: src/Value/ConvertParserValueVisitor.php#L41
Property Graphpinator\Value\ConvertParserValueVisitor::$type (Graphpinator\Typesystem\Contract\Inputable) does not accept Graphpinator\Typesystem\Contract\Type.
phpstan: src/Value/ConvertParserValueVisitor.php#L58
Property Graphpinator\Value\ConvertParserValueVisitor::$type (Graphpinator\Typesystem\Contract\Inputable) does not accept Graphpinator\Typesystem\Contract\Type.
phpstan
Process completed with exit code 1.
tests-matrix (8.3, 1)
Process completed with exit code 139.
phpstan
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/.
phpstan
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/
tests-matrix (8.3, 0)
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/.
tests-matrix (8.3, 0)
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-matrix (8.1, 0)
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/.
tests-matrix (8.1, 0)
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-matrix (8.2, 1)
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/.
tests-matrix (8.2, 1)
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-matrix (8.1, 1)
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/.
tests-matrix (8.1, 1)
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-matrix (8.2, 0)
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/.
tests-matrix (8.2, 0)
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-matrix (8.3, 1)
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/.
tests-matrix (8.3, 1)
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
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/Value/InvalidValue.php#L18
Escaped Mutant for Mutator "Identical": @@ @@ } private function printValue(mixed $rawValue): string { - if ($rawValue === null || \is_scalar($rawValue)) { + if ($rawValue !== null || \is_scalar($rawValue)) { return \json_encode($rawValue, \JSON_THROW_ON_ERROR); } if (\is_array($rawValue)) {
mutation: src/Exception/Value/InvalidValue.php#L18
Escaped Mutant for Mutator "LogicalOrAllSubExprNegation": @@ @@ } private function printValue(mixed $rawValue): string { - if ($rawValue === null || \is_scalar($rawValue)) { + if (!($rawValue === null) || !\is_scalar($rawValue)) { return \json_encode($rawValue, \JSON_THROW_ON_ERROR); } if (\is_array($rawValue)) {
mutation: src/Exception/Value/InvalidValue.php#L26
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if (\is_array($rawValue)) { return 'list'; } - if ($rawValue instanceof \stdClass) { + if (true) { return 'object'; } return $rawValue::class; } }
mutation: src/Exception/Value/InvalidValue.php#L26
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if (\is_array($rawValue)) { return 'list'; } - if ($rawValue instanceof \stdClass) { + if (false) { return 'object'; } return $rawValue::class; } }
mutation: src/Graphpinator.php#L46
Escaped Mutant for Mutator "InstanceOf_": @@ @@ $this->logger->debug($request->getQuery()); foreach ($this->modules as $module) { $result = $module->processRequest($request); - if (!$result instanceof \Graphpinator\Request\Request) { + if (!true) { break; } }
mutation: src/Graphpinator.php#L46
Escaped Mutant for Mutator "InstanceOf_": @@ @@ $this->logger->debug($request->getQuery()); foreach ($this->modules as $module) { $result = $module->processRequest($request); - if (!$result instanceof \Graphpinator\Request\Request) { + if (!false) { break; } }
mutation: src/Graphpinator.php#L46
Escaped Mutant for Mutator "LogicalNot": @@ @@ $this->logger->debug($request->getQuery()); foreach ($this->modules as $module) { $result = $module->processRequest($request); - if (!$result instanceof \Graphpinator\Request\Request) { + if ($result instanceof \Graphpinator\Request\Request) { break; } }
mutation: src/Graphpinator.php#L47
Escaped Mutant for Mutator "Break_": @@ @@ foreach ($this->modules as $module) { $result = $module->processRequest($request); if (!$result instanceof \Graphpinator\Request\Request) { - break; + continue; } } if ($result instanceof \Graphpinator\Request\Request) {
mutation: src/Graphpinator.php#L57
Escaped Mutant for Mutator "InstanceOf_": @@ @@ $result = $this->parser->parse(new \Graphpinator\Source\StringSource($request->getQuery())); foreach ($this->modules as $module) { $result = $module->processParsed($result); - if (!$result instanceof \Graphpinator\Parser\ParsedRequest) { + if (!true) { break; } }
mutation: src/Graphpinator.php#L57
Escaped Mutant for Mutator "InstanceOf_": @@ @@ $result = $this->parser->parse(new \Graphpinator\Source\StringSource($request->getQuery())); foreach ($this->modules as $module) { $result = $module->processParsed($result); - if (!$result instanceof \Graphpinator\Parser\ParsedRequest) { + if (!false) { break; } }