@@ -79,7 +79,7 @@ |
||
79 | 79 | * @return RequestInterface |
80 | 80 | */ |
81 | 81 | public function createRequest($method, $uri, $headers=[], $body=null, |
82 | - $protocolVersion='1.1') { |
|
82 | + $protocolVersion='1.1') { |
|
83 | 83 | return $this->messageFactory->createRequest( |
84 | 84 | $method, $uri, $headers, $body, $protocolVersion); |
85 | 85 | } |