Completed
Push — master ( e22429...63d6a1 )
by Freek
10s
created
src/QueryBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return $this;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $sorts
91
+     */
89 92
     public function allowedSorts($sorts): self
90 93
     {
91 94
         $sorts = is_array($sorts) ? $sorts : func_get_args();
Please login to merge, or discard this patch.