Completed
Push — master ( bc2ccc...f2eb44 )
by Terry
17:34 queued 09:34
created
src/Psr7/Uri.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 
143 143
         $authority .= $this->getHost();
144 144
 
145
-        if (! is_null($this->getPort())) {
145
+        if (!is_null($this->getPort())) {
146 146
             $authority .= ':' . $this->getPort();
147 147
         }
148 148
 
@@ -467,7 +467,7 @@  discard block
 block discarded – undo
467 467
         if ($regex) {
468 468
             return preg_replace_callback(
469 469
                 $regex,
470
-                function ($match) {
470
+                function($match) {
471 471
                     return rawurlencode($match[0]);
472 472
                 },
473 473
                 $value
Please login to merge, or discard this patch.