Passed
Push — master ( 6a3c83...a87dc6 )
by Joao
02:43 queued 38s
created
src/Uri.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     public function getUserInfo(): string
40 40
     {
41 41
         return $this->username
42
-            . (!empty($this->password) ? ':' . rawurlencode($this->password) : '' );
42
+            . (!empty($this->password) ? ':' . rawurlencode($this->password) : '');
43 43
     }
44 44
 
45 45
     /**
Please login to merge, or discard this patch.