Completed
Pull Request — master (#62)
by
unknown
01:29
created
src/AfriCC/EPP/ContactTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         $node = $this->set($path, $voice);
169 169
 
170 170
         if(!is_null($extension)){
171
-           $node->setAttribute('x', $extension);
171
+            $node->setAttribute('x', $extension);
172 172
         }
173 173
     }
174 174
 
Please login to merge, or discard this patch.