Completed
Push — dev ( 6df47d...65a8c9 )
by James Ekow Abaka
12:02
created
src/DataOperations.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -228,7 +228,6 @@
 block discarded – undo
228 228
 
229 229
     /**
230 230
      * 
231
-     * @param array $data
232 231
      * @param int $mode
233 232
      * @return bool|array
234 233
      */
Please login to merge, or discard this patch.
src/RecordWrapper.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
      * Callback for when a new record has been created.
466 466
      * This callback can be most useful for obtaining the primary key of a newly created record.
467 467
      *
468
-     * @param $id
468
+     * @param string $id
469 469
      */
470 470
     public function postCreateCallback($id)
471 471
     {
@@ -509,6 +509,10 @@  discard block
 block discarded – undo
509 509
         return $this->adapter;
510 510
     }
511 511
 
512
+    /**
513
+     * @param Relationship[] $relationships
514
+     * @param integer $depth
515
+     */
512 516
     private function expandArrayValue($array, $relationships, $depth, $expandableModels = [], $index = null)
513 517
     {
514 518
         if (empty($expandableModels)) {
Please login to merge, or discard this patch.