Skip to content

Docs folder standardization and other fixes #345

Docs folder standardization and other fixes

Docs folder standardization and other fixes #345

Triggered via pull request April 20, 2024 09:36
@luizcmarinluizcmarin
synchronize #92
master
Status Success
Total duration 1m 1s
Artifacts

mutation.yml

on: pull_request
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

1 warning
mutation / PHP 8.3-ubuntu-latest: src/Formatter/XmlDataResponseFormatter.php#L70
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ } else { $this->buildXml($dom, $dom, $data); } - $content = (string) $dom->saveXML(); + $content = $dom->saveXML(); } /** @psalm-suppress MixedArgument */ return $this->addToResponse($dataResponse->getResponse(), $content ?? null);