Skip to content

Commit

Permalink
Merge pull request #2 from ncou/analysis-Xpd9kZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
ncou authored Sep 8, 2018
2 parents b1cdc65 + 6fe8477 commit a23c97c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/HttpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace Chiron\Http\Exception;

use InvalidArgumentException;
use RuntimeException;
use Throwable;
use InvalidArgumentException;

//https://github.com/symfony/http-kernel/blob/master/Exception/HttpException.php
//https://github.com/stratifyphp/http/blob/master/src/Exception/HttpException.php
Expand Down
1 change: 0 additions & 1 deletion src/HttpExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Chiron\Http\Exception;


//https://github.com/symfony/http-kernel/blob/master/Exception/HttpException.php
//https://github.com/stratifyphp/http/blob/master/src/Exception/HttpException.php

Expand Down

0 comments on commit a23c97c

Please sign in to comment.