@@ -168,7 +168,7 @@ |
||
| 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 | |
@@ -163,11 +163,11 @@ discard block |
||
| 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 |
||
| 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 | } |