Passed
Push — master ( 4a40ff...1c7fd9 )
by Ehsan
01:37
created
src/ListSorter/ListSorter.php 1 patch
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.