``` function convertToArray($Value) { return array($Values); } ``` should read ``` function convertToArray($Value) { return array($Value); } ```