unifierObj->unify($path, $params->noCustom(), $params->getForceAppendPathList()); } /** * Read resource data as an associative array. * * @return array */ public function readAsArray(string $path, Params $params): array { /** @var array */ return $this->unifier->unify($path, $params->noCustom(), $params->getForceAppendPathList()); } }