Skip to content

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.26.0 to 6.28.0 #3804

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.26.0 to 6.28.0

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.26.0 to 6.28.0 #3804

Triggered via pull request May 9, 2024 16:50
Status Failure
Total duration 49s
Artifacts

integrate.yaml

on: pull_request
Matrix: Backward-Compatibility Analysis
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Coding Standards (8.1, locked)
Process completed with exit code 8.
Dependency Analysis (8.1, locked)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Code Coverage (8.1, locked)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.3.1/dist/codecov' failed with exit code 1
Mutation Tests (8.1, locked): src/FixtureFactory.php#L459
Escaped Mutant for Mutator "InstanceOf_": --- Original +++ New @@ @@ } $classMetadataOfFieldValue = $this->entityManager->getClassMetadata($fieldValue::class); $collection = $classMetadataOfFieldValue->getFieldValue($fieldValue, $inversedBy); - if (!$collection instanceof Common\Collections\Collection) { + if (!true) { return; } $collection->add($entity);