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