Passed
Push — main ( 81ecae...c83899 )
by YeBeKhe
02:21
created
modules/xray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         "protocol" => $type,
17 17
         "username" => isset($parsedUrl["user"]) ? $parsedUrl["user"] : "",
18 18
         "hostname" => isset($parsedUrl["host"]) ? $parsedUrl["host"] : "",
19
-        "port" => isset($parsedUrl["port"]) ? $parsedUrl["port"]: "",
19
+        "port" => isset($parsedUrl["port"]) ? $parsedUrl["port"] : "",
20 20
         "params" => $params,
21 21
         "hash" => isset($parsedUrl["fragment"]) ? $parsedUrl["fragment"] : "",
22 22
     ];
Please login to merge, or discard this patch.