@@ -30,7 +30,7 @@ |
||
30 | 30 | public function getFilters() |
31 | 31 | { |
32 | 32 | return [ |
33 | - new TwigFilter('barcodeSVG', function (string $content, string $type = "QRCODE") { |
|
33 | + new TwigFilter('barcodeSVG', function(string $content, string $type = "QRCODE") { |
|
34 | 34 | $barcodeFactory = new Barcode(); |
35 | 35 | $barcode = $barcodeFactory->getBarcodeObj($type, $content); |
36 | 36 | return $barcode->getSvgCode(); |