We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a22434 commit ea4d875Copy full SHA for ea4d875
src/RedirectHandler.php
@@ -3,6 +3,7 @@
3
4
use Psr\Http\Message\UriInterface;
5
6
+/** @codeCoverageIgnore */
7
class RedirectHandler {
8
public function redirect(UriInterface $uri, int $code = 303):void {
9
header("Location: $uri", true, $code);
0 commit comments