Completed
Push — master ( a640fb...f80c47 )
by James Ekow Abaka
02:10
created
src/RecordWrapper.php 1 patch
Doc Comments   +9 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * @method
152
-     * @param type $name
152
+     * @param string $name
153 153
      * @param type $arguments
154 154
      * @return type
155 155
      */
@@ -178,6 +178,10 @@  discard block
 block discarded – undo
178 178
         return $this->retrieveItem($name);
179 179
     }
180 180
 
181
+    /**
182
+     * @param Relationship[] $relationships
183
+     * @param integer $depth
184
+     */
181 185
     private function expandArrayValue($array, $relationships, $depth, $index = null)
182 186
     {
183 187
         foreach ($relationships as $name => $relationship) {
@@ -365,6 +369,9 @@  discard block
 block discarded – undo
365 369
         
366 370
     }
367 371
 
372
+    /**
373
+     * @param string $id
374
+     */
368 375
     public function postSaveCallback($id)
369 376
     {
370 377
         
@@ -393,7 +400,7 @@  discard block
 block discarded – undo
393 400
 
394 401
     /**
395 402
      * 
396
-     * @return DataAdapter
403
+     * @return DriverAdapter
397 404
      */
398 405
     public function getAdapter()
399 406
     {
Please login to merge, or discard this patch.