Passed
Push — master ( 349ab7...6caf60 )
by Jan
04:42
created
src/Twig/BarcodeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.