Passed
Push — master ( ae85fb...b1827c )
by Tim
01:55
created
src/XML/env/Value.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         if ($this->node !== null) {
81 81
             if (!($e->hasAttribute($this->node->localName))) {
82
-               $e->setAttributeNode($this->getNode());
82
+                $e->setAttributeNode($this->getNode());
83 83
             }
84 84
         }
85 85
 
Please login to merge, or discard this patch.