Skip to content

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.42.1 to 6.42.2 #4105

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.42.1 to 6.42.2

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.42.1 to 6.42.2 #4105

Triggered via pull request January 28, 2025 16:25
Status Success
Total duration 1m 0s
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

Annotations

2 warnings
Dependency Analysis (8.1, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v4.0.2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
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);