@@ -24,7 +24,6 @@ |
||
24 | 24 | /** |
25 | 25 | * Intialize object. |
26 | 26 | * |
27 | - * @param RequestInterface $wrappable |
|
28 | 27 | */ |
29 | 28 | public function __construct(RequestInterface $requestInterface) |
30 | 29 | { |
@@ -365,7 +365,7 @@ |
||
365 | 365 | * @param string $uri Uri of the request |
366 | 366 | * @param array $parameters Parameters for the request object |
367 | 367 | * |
368 | - * @return Request |
|
368 | + * @return VersionDecorator |
|
369 | 369 | */ |
370 | 370 | public function getNewRequest($uri, array $parameters = array()) |
371 | 371 | { |