Passed
Push — master ( c88902...a4fd6b )
by Derek Stephen
12:39 queued 11:10
created
src/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /** @throws NothingLoadedException */
91 91
     public function outputBase64Src(): string
92 92
     {
93
-        return 'data:' . $this->getHeader() . ';base64,' . \base64_encode( $this->output(true) );
93
+        return 'data:'.$this->getHeader().';base64,'.\base64_encode($this->output(true));
94 94
     }
95 95
 
96 96
     private function renderImage(): void
Please login to merge, or discard this patch.