Completed
Push — master ( b2c38b...f910d1 )
by Gaetano
07:22
created
Core/Matcher/QueryBasedMatcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -308,6 +308,9 @@
 block discarded – undo
308 308
         return $out;
309 309
     }
310 310
 
311
+    /**
312
+     * @return string
313
+     */
311 314
     protected function hash2SortOrder($value)
312 315
     {
313 316
         $sortOrder = null;
Please login to merge, or discard this patch.
Core/Matcher/LocationMatcherDirectLoad.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
      * @param array $sort
16 16
      * @param int $offset
17 17
      * @param int $limit
18
-
19 18
      * @return LocationCollection
20 19
      */
21 20
     public function matchLocation(array $conditions, array $sort = array(), $offset = 0, $limit = 0)
Please login to merge, or discard this patch.