@@ -710,7 +710,7 @@ |
||
| 710 | 710 | return strtoupper($parameter->value); |
| 711 | 711 | } |
| 712 | 712 | } |
| 713 | - }elseif (is_string($structure) === true){ |
|
| 713 | + } elseif (is_string($structure) === true){ |
|
| 714 | 714 | return mb_detect_encoding($structure); |
| 715 | 715 | } |
| 716 | 716 | |