Passed
Push — master ( ffdc3b...f63050 )
by Chris
11:12 queued 10:44
created
src/Cli/Command/GenerateQR.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         }
47 47
         $count = 0;
48 48
         //@TODO inject?
49
-        $renderer = new QRCode(new QROptions(['outputType' => QRCode::OUTPUT_IMAGE_PNG, 'imageBase64' => false]));;
49
+        $renderer = new QRCode(new QROptions(['outputType' => QRCode::OUTPUT_IMAGE_PNG, 'imageBase64' => false])); ;
50 50
 
51 51
         $delegates = $this->repository->matching(Criteria::create());
52 52
 
Please login to merge, or discard this patch.