Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFeeney authored and StyleCIBot committed Sep 4, 2017
1 parent f03f9a0 commit 6763f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Arc/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ public function abort($code, $message = '', array $headers = [])
if ($code == 404) {
throw new NotFoundHttpException($message);
}

throw new HttpException($code, $message, null, $headers);
}

Expand Down

0 comments on commit 6763f4e

Please sign in to comment.