Completed
Push — master ( 75869c...fd9cc4 )
by James Ekow Abaka
01:42
created
src/RecordWrapper.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -371,6 +371,9 @@  discard block
 block discarded – undo
371 371
         
372 372
     }
373 373
 
374
+    /**
375
+     * @param string $id
376
+     */
374 377
     public function postSaveCallback($id)
375 378
     {
376 379
         
@@ -407,6 +410,10 @@  discard block
 block discarded – undo
407 410
         return $this->adapter;
408 411
     }
409 412
 
413
+    /**
414
+     * @param Relationship[] $relationships
415
+     * @param integer $depth
416
+     */
410 417
     private function expandArrayValue($array, $relationships, $depth, $expandOnly = [], $index = null)
411 418
     {
412 419
         if(empty($expandOnly)){
Please login to merge, or discard this patch.