@@ -266,7 +266,7 @@ discard block |
||
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 |
||
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 | { |