Skip to content

Commit

Permalink
Improve code.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Nov 18, 2020
1 parent c1c88c5 commit 69b17ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Psr7/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class Message implements MessageInterface
*/
protected $headers = [];


/**
* A map of header name for lower case and original case.
* In `lower => original` format.
Expand Down
1 change: 0 additions & 1 deletion src/Psr7/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
namespace Shieldon\Psr7;

use Psr\Http\Message\UriInterface;
use Shieldon\Psr7\Utils\UriHelper;
use InvalidArgumentException;

use function filter_var;
Expand Down

0 comments on commit 69b17ca

Please sign in to comment.