Completed
Push — master ( 600996...668d7d )
by Roberto
04:33 queued 02:10
created
src/Common/DaCommon.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,6 +171,6 @@
 block discarded – undo
171 171
         imagedestroy($image);
172 172
         $stringdata = ob_get_contents(); // read from buffer
173 173
         ob_end_clean();
174
-        return 'data://text/plain;base64,'.base64_encode($stringdata);
174
+        return 'data://text/plain;base64,' . base64_encode($stringdata);
175 175
     }
176 176
 }
Please login to merge, or discard this patch.