Completed
Push — master ( 42e39c...8668a1 )
by Lars
03:41 queued 01:29
created
build/Template/TemplateFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function append(string $var, string $value): self
45 45
     {
46
-        $this->vars[$var] = ($this->vars[$var] ?? '') . $value;
46
+        $this->vars[$var] = ($this->vars[$var] ?? '').$value;
47 47
 
48 48
         return $this;
49 49
     }
Please login to merge, or discard this patch.