Completed
Pull Request — master (#15)
by John
07:45 queued 12s
created
src/Field/Renderer/BarcodeRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
         $fontPath = $fontResolver($this->getFontFace());
38 38
 
39
-        $fontCallback = function ($font) use ($fontPath) {
39
+        $fontCallback = function($font) use ($fontPath) {
40 40
             $font->file($fontPath);
41 41
             $font->size($this->getFontSize());
42 42
             $font->color('#fff');
Please login to merge, or discard this patch.