Skip to content

Commit

Permalink
Merge pull request #5 from roquie/patch-1
Browse files Browse the repository at this point in the history
Remove unused method.
  • Loading branch information
dkraczkowski authored Oct 29, 2018
2 parents 7692036 + 5410a60 commit 5b9e64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Request implements RequestInterface
*/
public function __construct(string $uri = null, string $method = self::METHOD_GET, $body = 'php://temp', array $headers = [])
{
$this->validateMethod($method);
$this->validateUri($uri);
$this->setHeaders($headers);
$this->method = $method;
Expand Down

0 comments on commit 5b9e64b

Please sign in to comment.