Completed
Push — master ( 179c60...360858 )
by Jaime Pérez
07:06
created
src/SAML2/XML/saml/AttributeValue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
             case "NULL":
58 58
                 return "xs:nil";
59 59
             case "object":
60
-                return $this->value::NS_PREFIX . ":"  . AbstractXMLElement::getClassName(get_class($this->value));
60
+                return $this->value::NS_PREFIX . ":" . AbstractXMLElement::getClassName(get_class($this->value));
61 61
             default:
62 62
                 return "xs:string";
63 63
         }
Please login to merge, or discard this patch.