Passed
Push — release-4-alpha ( e3d2c8...4d510c )
by Tim
01:45
created
src/SAML2/XML/ds/X509Data.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             return;
37 37
         }
38 38
 
39
-        for ($n = $xml->firstChild;; $n = $n->nextSibling) {
39
+        for ($n = $xml->firstChild; ; $n = $n->nextSibling) {
40 40
             if (!($n instanceof \DOMElement)) {
41 41
                 continue;
42 42
             }
Please login to merge, or discard this patch.