Passed
Branch master (350f1b)
by Jan
04:53
created
src/Twig/BarcodeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.