Completed
Pull Request — master (#15)
by Mischa
04:46
created
src/Superdesk/ContentApiSdk/API/Request/RequestDecorator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
     /**
25 25
      * Intialize object.
26 26
      *
27
-     * @param RequestInterface $wrappable
28 27
      */
29 28
     public function __construct(RequestInterface $requestInterface)
30 29
     {
Please login to merge, or discard this patch.
src/Superdesk/ContentApiSdk/ContentApiSdk.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -365,7 +365,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.