@@ -69,7 +69,7 @@ |
||
69 | 69 | if ($requestedUpgrade) { |
70 | 70 | $urlParams = array_merge(array_flip($requestedUpgrade), $urlParams); |
71 | 71 | $param->setParameter($urlParams); // Forward results |
72 | - return $urlParams; // return for use |
|
72 | + return $urlParams; // return for use |
|
73 | 73 | } |
74 | 74 | } |
75 | 75 | } |
@@ -825,7 +825,7 @@ |
||
825 | 825 | * @param array $urlParams The decoded url parameters to be updated or replaced |
826 | 826 | * @return array|false|string |
827 | 827 | */ |
828 | - public function onResolveRequest(array $serviceIDs, array $urlParams): false|string|array |
|
828 | + public function onResolveRequest(array $serviceIDs, array $urlParams): false | string | array |
|
829 | 829 | { |
830 | 830 | $results = $this->raiseEvent('onResolveRequest', $this, new THttpRequestParameter($serviceIDs, $urlParams), TEventResults::EVENT_REVERSE); |
831 | 831 | while (count($results)) { |