Completed
Pull Request — master (#62)
by
unknown
01:29
created
src/AfriCC/EPP/ContactTrait.php 2 patches
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.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     {
169 169
         $node = $this->set($path, $voice);
170 170
 
171
-        if(!is_null($extension)) {
171
+        if (!is_null($extension)) {
172 172
            $node->setAttribute('x', $extension);
173 173
         }
174 174
     }
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     {
178 178
         $node = $this->set($path, $fax);
179 179
 
180
-        if(!is_null($extension)) {
180
+        if (!is_null($extension)) {
181 181
             $node->setAttribute('x', $extension);
182 182
         }
183 183
     }
Please login to merge, or discard this patch.