/** * {@inheritdoc} * * @return array */ public function read() { return json_decode(parent::read(), true); }
/** * {@inheritdoc} * * @return array */ public function read() { return Yaml::parse(parent::read()); }