Passed
Push — master ( 5b4e1e...8c5742 )
by
unknown
02:00 queued 14s
created
src/Factories/QRCode.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
      */
30 30
     public static function putQRTag(
31 31
         \DOMDocument $dom,
32
-         $certificate,
33
-         $url = ''
32
+            $certificate,
33
+            $url = ''
34 34
     )
35 35
     {
36 36
         $mod = $dom->getElementsByTagName('mod')->item(0)->nodeValue;
Please login to merge, or discard this patch.