Skip to content

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.3.0 to 6.4.0 #353

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

composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.3.0 to 6.4.0 #353

Triggered via pull request September 27, 2023 07:28
Status Success
Total duration 54s
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 warnings
Mutation Tests (8.1, locked): src/Json.php#L110
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ */ private static function decode(string $encoded) : mixed { - return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR); + return \json_decode($encoded, false, 511, \JSON_THROW_ON_ERROR); } }
Mutation Tests (8.1, locked): src/Json.php#L110
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ */ private static function decode(string $encoded) : mixed { - return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR); + return \json_decode($encoded, false, 513, \JSON_THROW_ON_ERROR); } }