Completed
Push — master ( 33319f...4c5fac )
by
unknown
12:09
created
src/Thinktomorrow/Repo/Sortable.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -105,8 +105,8 @@  discard block
 block discarded – undo
105 105
 
106 106
     /**
107 107
      * @param $key
108
-     * @param $sorter
109
-     * @param $order
108
+     * @param string $sorter
109
+     * @param string $order
110 110
      */
111 111
     protected function addSortQuery($key, $sorter, $order)
112 112
     {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
 
122 122
     /**
123 123
      * @param $sorter
124
-     * @return array
124
+     * @return string[]
125 125
      */
126 126
     protected function getSorterAndOrderFromQueryString($sorter)
127 127
     {
Please login to merge, or discard this patch.