Upgrade to 3.0.2
This commit is contained in:
@@ -50,6 +50,9 @@ class Txt extends Handler
|
||||
// avoid problems with arrays
|
||||
if (is_array($value) === true) {
|
||||
$value = Yaml::encode($value);
|
||||
// avoid problems with localized floats
|
||||
} elseif (is_float($value) === true) {
|
||||
$value = Str::float($value);
|
||||
}
|
||||
|
||||
// escape accidental dividers within a field
|
||||
|
Reference in New Issue
Block a user