Skip to content

CLI-1293: [api:notifications:find] typeerror for sketchy notification strings #2159

CLI-1293: [api:notifications:find] typeerror for sketchy notification strings

CLI-1293: [api:notifications:find] typeerror for sketchy notification strings #2159

Triggered via pull request March 19, 2024 22:18
Status Success
Total duration 8m 28s
Artifacts

mutation.yml

on: pull_request
Mutation Testing
8m 18s
Mutation Testing
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Mutation Testing: src/Command/CommandBase.php#L1243
Escaped Mutant for Mutator "Catch_": --- Original +++ New @@ @@ // In rare cases, JSON can decode to a string that's a valid UUID. self::validateUuid($json); return $json; - } catch (JsonException|AcquiaCliException|ValidatorException) { + } catch (JsonException|AcquiaCliException) { } // Last chance, maybe a URL? try {