Completed
Pull Request — master (#1)
by Sebastian
01:24
created
src/Psr7/Uri.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -269,9 +269,9 @@
 block discarded – undo
269 269
         $fragment = $this->url['fragment'];
270 270
 
271 271
         return $this->createUriString(($scheme !== '') ? $scheme.'://' : '',
272
-               $this->getAuthority(),
273
-               $this->getPath(),
274
-               ($query !== '') ? '?'.$query : '',
275
-               ($fragment !== '') ? '#'.$fragment : '');
272
+                $this->getAuthority(),
273
+                $this->getPath(),
274
+                ($query !== '') ? '?'.$query : '',
275
+                ($fragment !== '') ? '#'.$fragment : '');
276 276
     }
277 277
 }
Please login to merge, or discard this patch.