Completed
Push — master ( 86f929...a42e5b )
by Timo
04:48
created
src/Models/HeaderFormatters/SortableHeader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
      * @param string $newSorting
267 267
      * @return bool
268 268
      */
269
-    private function _replaceOldSort(string $columnName, string &$sortParameter, string $oldDirection, string $newSorting): bool
269
+    private function _replaceOldSort(string $columnName, string & $sortParameter, string $oldDirection, string $newSorting): bool
270 270
     {
271 271
         $replacedCount = 0;
272 272
         $columnRegex = '/(^|\\' . self::COLUMN_SEPARATOR . ')' . $columnName . self::SORTING_SEPARATOR . $oldDirection . '/';
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
      * @param string $sortParameter
285 285
      * @param string $newSorting
286 286
      */
287
-    private function _addSortParameter(string &$sortParameter, string $newSorting)
287
+    private function _addSortParameter(string & $sortParameter, string $newSorting)
288 288
     {
289 289
         if (!empty($sortParameter))
290 290
         {
Please login to merge, or discard this patch.