Completed
Push — master ( 1099ae...5bb58a )
by James Ekow Abaka
01:43
created
src/RecordWrapper.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -171,6 +171,10 @@  discard block
 block discarded – undo
171 171
         return $this->retrieveItem($name);
172 172
     }
173 173
 
174
+    /**
175
+     * @param Relationship[] $relationships
176
+     * @param integer $depth
177
+     */
174 178
     private function expandArrayValue($array, $relationships, $depth, $index = null)
175 179
     {
176 180
         foreach ($relationships as $name => $relationship) {
@@ -359,6 +363,9 @@  discard block
 block discarded – undo
359 363
         
360 364
     }
361 365
 
366
+    /**
367
+     * @param string $id
368
+     */
362 369
     public function postSaveCallback($id)
363 370
     {
364 371
         
Please login to merge, or discard this patch.