Skip to content

composer(deps-dev): bump vimeo/psalm from 5.9.0 to 5.12.0 #2937

composer(deps-dev): bump vimeo/psalm from 5.9.0 to 5.12.0

composer(deps-dev): bump vimeo/psalm from 5.9.0 to 5.12.0 #2937

Triggered via pull request May 23, 2023 16:59
Status Failure
Total duration 1m 30s
Artifacts

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

7 errors and 1 warning
UnusedBaselineEntry: test/Unit/FieldDefinition/ClosureTest.php#L1
test/Unit/FieldDefinition/ClosureTest.php:0:0: UnusedBaselineEntry: Baseline for issue "UnusedClosureParam" has 1 extra entry. (see https://psalm.dev/316)
UnusedBaselineEntry: test/Unit/FieldDefinitionTest.php#L1
test/Unit/FieldDefinitionTest.php:0:0: UnusedBaselineEntry: Baseline for issue "UnusedClosureParam" has 2 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: test/Unit/FixtureFactory/UsingDefaultStrategyTest.php#L1
test/Unit/FixtureFactory/UsingDefaultStrategyTest.php:0:0: UnusedBaselineEntry: Baseline for issue "UnusedClosureParam" has 4 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: test/Unit/FixtureFactory/UsingWithOptionalStrategyTest.php#L1
test/Unit/FixtureFactory/UsingWithOptionalStrategyTest.php:0:0: UnusedBaselineEntry: Baseline for issue "UnusedClosureParam" has 4 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: test/Unit/FixtureFactory/UsingWithoutOptionalStrategyTest.php#L1
test/Unit/FixtureFactory/UsingWithoutOptionalStrategyTest.php:0:0: UnusedBaselineEntry: Baseline for issue "UnusedClosureParam" has 4 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: test/Unit/FixtureFactoryTest.php#L1
test/Unit/FixtureFactoryTest.php:0:0: UnusedBaselineEntry: Baseline for issue "UnusedClosureParam" has 1 extra entry. (see https://psalm.dev/316)
Static Code Analysis (8.0, locked)
Process completed with exit code 2.
Mutation Tests (8.0, 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); } }