Completed
Pull Request — master (#9)
by
unknown
01:43 queued 17s
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
     public function apply(Builder $builder, Model $model)
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Extend the query builder with the needed functions.
41 41
      *
42
-     * @param \Illuminate\Database\Eloquent\Builder|Relation $builder
42
+     * @param Builder $builder
43 43
      */
44 44
     public function extend(Builder $builder)
45 45
     {
Please login to merge, or discard this patch.