Upgrade to 3.6.0
This commit is contained in:
@@ -50,7 +50,7 @@ class Yaml extends Handler
|
||||
*/
|
||||
public static function decode($string): array
|
||||
{
|
||||
if ($string === null) {
|
||||
if ($string === null || $string === '') {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user