Completed
Push — dev ( f292cf...1456c7 )
by James Ekow Abaka
01:41
created
src/RecordWrapper.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
      * Callback for when a new record has been created.
498 498
      * This callback can be most useful for obtaining the primary key of a newly created record.
499 499
      *
500
-     * @param $id
500
+     * @param string $id
501 501
      */
502 502
     public function postCreateCallback($id)
503 503
     {
@@ -538,6 +538,10 @@  discard block
 block discarded – undo
538 538
         return $this->adapter;
539 539
     }
540 540
 
541
+    /**
542
+     * @param Relationship[] $relationships
543
+     * @param integer $depth
544
+     */
541 545
     private function expandArrayValue($array, $relationships, $depth, $expandableModels = [], $index = null)
542 546
     {
543 547
         $expandableModels = empty($expandableModels) ? array_keys($relationships) : $expandableModels;
Please login to merge, or discard this patch.