Passed
Push — master ( 48e504...b41ef0 )
by
unknown
02:39 queued 01:20
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.