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
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
         $node = $this->set($path, $voice);
170 170
 
171 171
         if(!is_null($extension)) {
172
-           $node->setAttribute('x', $extension);
172
+            $node->setAttribute('x', $extension);
173 173
         }
174 174
     }
175 175
 
Please login to merge, or discard this patch.