Skip to content

chevere 4.0

chevere 4.0 #179

Triggered via push November 22, 2023 20:19
Status Success
Total duration 47s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
PHP 8.2 test on ubuntu-latest: src/ThrowableParser.php#L56
Escaped Mutant for Mutator "UnwrapStrReplace": --- Original +++ New @@ @@ { $this->format = new HtmlFormat(); $throwable = $this->throwableRead->throwable(); - $this->topic = basename(str_replace('\\', DIRECTORY_SEPARATOR, $this->throwableRead->className())); + $this->topic = basename($this->throwableRead->className()); $this->appendBodyLine(static::OPEN_TEMPLATE); do { $this->index++;
PHP 8.1 test on ubuntu-latest: src/ThrowableParser.php#L56
Escaped Mutant for Mutator "UnwrapStrReplace": --- Original +++ New @@ @@ { $this->format = new HtmlFormat(); $throwable = $this->throwableRead->throwable(); - $this->topic = basename(str_replace('\\', DIRECTORY_SEPARATOR, $this->throwableRead->className())); + $this->topic = basename($this->throwableRead->className()); $this->appendBodyLine(static::OPEN_TEMPLATE); do { $this->index++;