Skip to content

handle null and other types in old cryptographer #338

handle null and other types in old cryptographer

handle null and other types in old cryptographer #338

Triggered via pull request April 6, 2026 09:16
Status Failure
Total duration 34s
Artifacts

mutation-tests-diff.yml

on: pull_request
Matrix: Mutation tests on diff
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Mutation tests on diff (locked, 8.5, ubuntu-latest)
Process completed with exit code 1.
Mutation tests on diff (locked, 8.5, ubuntu-latest): src/Cryptography/PersonalDataPayloadCryptographer.php#L118
Escaped Mutant for Mutator "Continue_": @@ @@ } if (!is_string($rawData)) { - continue; + break; } if (!$cipherKey) {
Mutation tests on diff (locked, 8.5, ubuntu-latest): src/Cryptography/PersonalDataPayloadCryptographer.php#L62
Escaped Mutant for Mutator "Continue_": @@ @@ $value = $data[$propertyMetadata->fieldName()] ?? null; if (!$this->encryptNull && $value === null) { - continue; + break; } $targetFieldName = $this->useEncryptedFieldName