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