Upgrade to 3.1.2

This commit is contained in:
Bastian Allgeier
2019-04-09 14:34:12 +02:00
parent 852a14595e
commit eb29ef6d6c
58 changed files with 535 additions and 258 deletions

View File

@@ -20,10 +20,10 @@ class Yaml extends Handler
/**
* Converts an array to an encoded YAML string
*
* @param array $data
* @param mixed $data
* @return string
*/
public static function encode(array $data): string
public static function encode($data): string
{
// fetch the current locale setting for numbers
$locale = setlocale(LC_NUMERIC, 0);