Completed
Push — master ( 5e9529...ce73ea )
by Taosikai
15:22
created
src/Client.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -270,6 +270,10 @@
 block discarded – undo
270 270
         ]);
271 271
     }
272 272
 
273
+    /**
274
+     * @param string $method
275
+     * @param string $resource
276
+     */
273 277
     protected function doRequest($method, $resource, $options = [])
274 278
     {
275 279
         $request = new Request($method, $this->buildUrl($resource));
Please login to merge, or discard this patch.
src/Manager/Asset/AssetManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
98 98
         ]);
99 99
     }
100 100
 
101
+    /**
102
+     * @param integer $parentId
103
+     */
101 104
     protected function createPartialResourceUrlForList($parentId)
102 105
     {
103 106
         return Inflector::pluralize($this->getParentResourceName())
Please login to merge, or discard this patch.