Completed
Pull Request — master (#117)
by Yan
96:55 queued 93:37
created
src/QueryBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@
 block discarded – undo
110 110
         return $this;
111 111
     }
112 112
 
113
+    /**
114
+     * @param string $sorts
115
+     */
113 116
     public function allowedSorts($sorts) : self
114 117
     {
115 118
         $sorts = is_array($sorts) ? $sorts : func_get_args();
Please login to merge, or discard this patch.