Passed
Push — master ( d4dce2...3a5683 )
by Terry
01:51
created
src/Psr17/UriFactory.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
 
70 70
         $userInfo = $user ? $user . ($pass ? ":{$pass}" : '') : '';
71 71
 
72
-        $authority = ($userInfo ? "{$userInfo}@": '') 
72
+        $authority = ($userInfo ? "{$userInfo}@" : '') 
73 73
             . $host
74 74
             . ($port ? ":{$port}" : '');
75 75
 
Please login to merge, or discard this patch.