Completed
Push — master ( c6eb56...9b2575 )
by Lars
03:39 queued 01:17
created
src/Purl/Fragment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     {
77 77
         $this->initialize();
78 78
         return sprintf('%s%s', $this->path, $this->query->getQuery()
79
-            ? '?' . $this->query->getQuery()
79
+            ? '?'.$this->query->getQuery()
80 80
             : '');
81 81
     }
82 82
 
Please login to merge, or discard this patch.