Skip to content

Commit

Permalink
Ignore coverage on RedirectHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Mar 1, 2020
1 parent 2a22434 commit ea4d875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RedirectHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

use Psr\Http\Message\UriInterface;

/** @codeCoverageIgnore */
class RedirectHandler {
public function redirect(UriInterface $uri, int $code = 303):void {
header("Location: $uri", true, $code);
Expand Down

0 comments on commit ea4d875

Please sign in to comment.