Completed
Push — master ( 3f8bec...f97721 )
by Benjamin
14:15
created
Services/ElasticaQuerySorter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         return $nbPage;
93 93
     }
94 94
 
95
-    protected function addSort(Query &$query, $defaultSort = null)
95
+    protected function addSort(Query & $query, $defaultSort = null)
96 96
     {
97 97
         $sortBy = explode('-', $this->fetchData('sortBy'));
98 98
         $sortOrder = $this->fetchData('sortOrder');
Please login to merge, or discard this patch.