This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
update workflows #1022
Annotations
1 warning
src/GenericRequestFactory.php#L79
Escaped Mutant for Mutator "CastString":
--- Original
+++ New
@@ @@
/** @throws void */
private function filterHeader(string $header) : string
{
- return (string) preg_replace(["#(?:(?:(?<!\r)\n)|(?:\r(?!\n))|(?:\r\n(?![ \t])))#", '/[^\\x09\\x0a\\x0d\\x20-\\x7E\\x80-\\xFE]/'], '-', $header);
+ return preg_replace(["#(?:(?:(?<!\r)\n)|(?:\r(?!\n))|(?:\r\n(?![ \t])))#", '/[^\\x09\\x0a\\x0d\\x20-\\x7E\\x80-\\xFE]/'], '-', $header);
}
}
|
The logs for this run have expired and are no longer available.
Loading