Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-03-17 10:37:48 -04:00
committed by StyleCI Bot
parent 251190d828
commit 51a1a75d37
9 changed files with 18 additions and 15 deletions

View File

@@ -63,4 +63,4 @@ class HtmlResponse extends AbstractResponseType
{
$this->headers[$key] = $value;
}
}
}

View File

@@ -28,4 +28,4 @@ class RedirectResponse extends AbstractResponseType
{
return $response->withStatus(302)->withHeader('location', $this->redirectUri);
}
}
}