Passed
Push — master ( e7334e...d809da )
by
unknown
01:26
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.