Completed
Push — master ( 08dec9...d0d820 )
by Freek
13s queued 12s
created
src/Concerns/AddsFieldsToQuery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         }, $fields);
93 93
     }
94 94
 
95
+    /**
96
+     * @param string $table
97
+     */
95 98
     protected function prependField(string $field, ?string $table = null): string
96 99
     {
97 100
         if (! $table) {
Please login to merge, or discard this patch.
src/Concerns/SortsQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     /**
39 39
      * @param array|string|\Spatie\QueryBuilder\AllowedSort $sorts
40 40
      *
41
-     * @return \Spatie\QueryBuilder\QueryBuilder
41
+     * @return SortsQuery
42 42
      */
43 43
     public function defaultSort($sorts): self
44 44
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * @param array|string|\Spatie\QueryBuilder\AllowedSort $sorts
50 50
      *
51
-     * @return \Spatie\QueryBuilder\QueryBuilder
51
+     * @return SortsQuery
52 52
      */
53 53
     public function defaultSorts($sorts): self
54 54
     {
Please login to merge, or discard this patch.