Completed
Pull Request — master (#15)
by Mischa
03:17
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   -2 removed lines patch added patch discarded remove patch
@@ -259,8 +259,6 @@
 block discarded – undo
259 259
      * Get multiple packages based on a filter.
260 260
      *
261 261
      * @param array $params       Filter parameters
262
-     * @param bool  $resolveItems Inject full associations recursively instead
263
-     *                            of references by uri.
264 262
      *
265 263
      * @return ResourceCollection
266 264
      */
Please login to merge, or discard this patch.