Completed
Push — master ( c141ac...250e65 )
by Ehsan
01:25
created
src/ListSorter/ListSorter.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * @param $key
133 133
      *
134
-     * @return bool|SortableItem
134
+     * @return string
135 135
      */
136 136
     private function findSortableItem($key)
137 137
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @return bool|SortableItem|void
148
+     * @return null|SortableItem
149 149
      */
150 150
     public function getSelectedSortableItem()
151 151
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace ListSorter;
6 6
 
7
-use Illuminate\Http\Request;
8
-
9 7
 class ListSorter extends AbstractListSorter
10 8
 {
11 9
     const DEFAULT_SORT_BY_KEY = 'by';
Please login to merge, or discard this patch.