Passed
Push — master ( ff949a...a6258d )
by Michael
02:30
created
src/RelatedPlusTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
     /**
372 372
      * If the relation is one-to-many, just get the first related record
373 373
      *
374
-     * @param Builder|JoinClause $joinClause
374
+     * @param JoinClause $joinClause
375 375
      * @param string $column
376 376
      * @param HasMany|Relation $relation
377 377
      * @param string $table
@@ -440,8 +440,8 @@  discard block
 block discarded – undo
440 440
     /**
441 441
      * Check $order_fields and $order_defaults are set
442 442
      *
443
-     * @param $orderField
444
-     * @param $direction
443
+     * @param string $orderField
444
+     * @param string $direction
445 445
      * @return bool
446 446
      */
447 447
     private function fieldsCheck($orderField, $direction)
@@ -594,7 +594,7 @@  discard block
 block discarded – undo
594 594
     /**
595 595
      * Override column if provided column not valid
596 596
      *
597
-     * @param $column
597
+     * @param string $column
598 598
      * @return string
599 599
      */
600 600
     private function setColumn($column)
Please login to merge, or discard this patch.