Completed
Push — master ( 746563...99649c )
by Thijs
07:14
created
src/SAML2/XML/mdui/DiscoHints.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,8 @@
 block discarded – undo
54 54
             return;
55 55
         }
56 56
 
57
-        $this->IPHint =          Utils::extractStrings($xml, Common::NS, 'IPHint');
58
-        $this->DomainHint =      Utils::extractStrings($xml, Common::NS, 'DomainHint');
57
+        $this->IPHint = Utils::extractStrings($xml, Common::NS, 'IPHint');
58
+        $this->DomainHint = Utils::extractStrings($xml, Common::NS, 'DomainHint');
59 59
         $this->GeolocationHint = Utils::extractStrings($xml, Common::NS, 'GeolocationHint');
60 60
 
61 61
         foreach (Utils::xpQuery($xml, "./*[namespace-uri()!='".Common::NS."']") as $node) {
Please login to merge, or discard this patch.