Skip to content

Introduces treverse method #117

Introduces treverse method

Introduces treverse method #117

Triggered via pull request October 18, 2024 08:03
Status Success
Total duration 50s
Artifacts

test.yml

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

Annotations

2 warnings
🐘 Test on PHP 8.0: src/Config.php#L178
Escaped Mutant for Mutator "Continue_": --- Original +++ New @@ @@ $keep = $this->traverseArray($current, $callback, $fullKeyPath); if (!$keep) { unset($array[$key]); - continue; + break; } } $callback($current, $key, $this, $fullKeyPath);
🐘 Test on PHP 8.1: src/Config.php#L178
Escaped Mutant for Mutator "Continue_": --- Original +++ New @@ @@ $keep = $this->traverseArray($current, $callback, $fullKeyPath); if (!$keep) { unset($array[$key]); - continue; + break; } } $callback($current, $key, $this, $fullKeyPath);