Passed
Push — master ( 9acbb8...d979ac )
by Fabio
05:27
created
framework/Web/Behaviors/TRequestConnectionUpgrade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
framework/Web/THttpRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -825,7 +825,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.