@@ -367,8 +367,7 @@ |
||
367 | 367 | if(!in_array($extension, $include)) { |
368 | 368 | return false; |
369 | 369 | } |
370 | - } |
|
371 | - else if(!empty($exclude)) |
|
370 | + } else if(!empty($exclude)) |
|
372 | 371 | { |
373 | 372 | if(in_array($extension, $exclude)) { |
374 | 373 | return false; |
@@ -572,8 +572,7 @@ |
||
572 | 572 | { |
573 | 573 | $number = null; |
574 | 574 | $empty = true; |
575 | - } |
|
576 | - else |
|
575 | + } else |
|
577 | 576 | { |
578 | 577 | $number = (float)$number * 1; |
579 | 578 | } |
@@ -216,8 +216,7 @@ |
||
216 | 216 | curl_errno($ch), |
217 | 217 | curl_error($ch) |
218 | 218 | ); |
219 | - } |
|
220 | - else |
|
219 | + } else |
|
221 | 220 | { |
222 | 221 | $this->response->setBody((string)$output); |
223 | 222 | } |