Completed
Push — master ( aae6d4...77a0b7 )
by Derek Stephen
02:32
created
src/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      */
125 125
     public function outputBase64Src(): string
126 126
     {
127
-        return 'data:' . $this->getHeader() . ';base64,' . \base64_encode( $this->output(true) );
127
+        return 'data:'.$this->getHeader().';base64,'.\base64_encode($this->output(true));
128 128
     }
129 129
 
130 130
     private function renderImage(): void
Please login to merge, or discard this patch.