Test Setup Failed
Push — b0.1.0 ( d3207e...a4aed9 )
by Sebastian
03:09
created
src/HttpMessage/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.