Passed
Branch master (ae85fb)
by Tim
10:58 queued 15s
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.