ConfigServiceProvider icon indicating copy to clipboard operation
ConfigServiceProvider copied to clipboard

YAML and JSON parsing

Open zak956 opened this issue 9 years ago • 1 comments

Hello.

  1. fixed YAML parsing (YAML::parse() accepts yaml content, not filename
  2. fixed empty JSON parsing (json_decode throws error on empty json, added return of empty array for empty json to pass tests)

zak956 avatar May 13 '16 12:05 zak956

and fixed empty array for older php version

zak956 avatar May 13 '16 12:05 zak956