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
@@ -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.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -163,11 +163,11 @@  discard block
 block discarded – undo
163 163
         }
164 164
     }
165 165
 
166
-    public function appendVoice($path, $voice, $extension=null)
166
+    public function appendVoice($path, $voice, $extension = null)
167 167
     {
168 168
         $node = $this->set($path, $voice);
169 169
 
170
-        if(!is_null($extension)){
170
+        if (!is_null($extension)) {
171 171
            $node->setAttribute('x', $extension);
172 172
         }
173 173
     }
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     {
177 177
         $node = $this->set($path, $fax);
178 178
 
179
-        if(!is_null($extension)){
179
+        if (!is_null($extension)) {
180 180
             $node->setAttribute('x', $extension);
181 181
         }
182 182
     }
Please login to merge, or discard this patch.