Completed
Push — master ( e06d03...317e02 )
by Maksim
08:19 queued 06:40
created
src/SubqueryMagic/Scopes/SubqueryMagicScope.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * Apply the scope to a given Eloquent query builder.
31 31
      *
32
-     * @param \Illuminate\Database\Eloquent\Builder|Relation $builder
32
+     * @param Builder $builder
33 33
      * @param \Illuminate\Database\Eloquent\Model            $model
34 34
      *
35 35
      * @return void
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Extend the query builder with the needed functions.
43 43
      *
44
-     * @param \Illuminate\Database\Eloquent\Builder|Relation $builder
44
+     * @param Builder $builder
45 45
      *
46 46
      * @return void
47 47
      */
Please login to merge, or discard this patch.