Passed
Branch b0.1.0 (208703)
by Sebastian
05:12
created
src/Psr7/Uri.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -270,10 +270,10 @@
 block discarded – undo
270 270
 
271 271
         return $this->createUriString(
272 272
             ($scheme !== '') ? $scheme.'://' : '',
273
-               $this->getAuthority(),
274
-               $this->getPath(),
275
-               ($query !== '') ? '?'.$query : '',
276
-               ($fragment !== '') ? '#'.$fragment : ''
273
+                $this->getAuthority(),
274
+                $this->getPath(),
275
+                ($query !== '') ? '?'.$query : '',
276
+                ($fragment !== '') ? '#'.$fragment : ''
277 277
         );
278 278
     }
279 279
 }
Please login to merge, or discard this patch.