Skip to content

composer(deps-dev): Bump rector/rector from 0.17.4 to 0.18.0 #3093

composer(deps-dev): Bump rector/rector from 0.17.4 to 0.18.0

composer(deps-dev): Bump rector/rector from 0.17.4 to 0.18.0 #3093

Triggered via pull request August 25, 2023 16:26
Status Failure
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

integrate.yaml

on: pull_request
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

2 errors and 1 warning
Static Code Analysis (8.1, locked): rector.php#L32
Fetching deprecated class constant PHPUNIT_91 of class Rector\PHPUnit\Set\PHPUnitSetList: Use PHPUnitSetList::PHPUNIT_100 directly
Static Code Analysis (8.1, locked)
Process completed with exit code 1.
Mutation Tests (8.1, locked): src/FixtureFactory.php#L461
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); } }