Skip to content

Commit ea4d875

Browse files
committedMar 1, 2020
Ignore coverage on RedirectHandler.php
1 parent 2a22434 commit ea4d875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/RedirectHandler.php

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
use Psr\Http\Message\UriInterface;
55

6+
/** @codeCoverageIgnore */
67
class RedirectHandler {
78
public function redirect(UriInterface $uri, int $code = 303):void {
89
header("Location: $uri", true, $code);

0 commit comments

Comments
 (0)
Please sign in to comment.