Passed
Push — release-4-alpha ( 4d510c...2dbfac )
by Jaime Pérez
01:56
created
src/SAML2/XML/Chunk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
     {
154 154
         assert(is_string($serialized));
155 155
         $doc = DOMDocumentFactory::fromString(unserialize($serialized));
156
-        $this->xml =  $doc->documentElement;
156
+        $this->xml = $doc->documentElement;
157 157
         $this->localName = $this->xml->localName;
158 158
         $this->namespaceURI = $this->xml->namespaceURI;
159 159
     }
Please login to merge, or discard this patch.