files
This commit is contained in:
@@ -52,6 +52,8 @@ class MoonFormatter extends Command
|
|||||||
$temp = str_replace('[', '', $data[$i]);
|
$temp = str_replace('[', '', $data[$i]);
|
||||||
//Strip the ending ] from the line
|
//Strip the ending ] from the line
|
||||||
$temp = str_replace(']', '', $temp);
|
$temp = str_replace(']', '', $temp);
|
||||||
|
//Remove the spacees from the line
|
||||||
|
$temp = str_replace(' ', '', $temp);
|
||||||
$lines[$i] = preg_split("/,/", $temp);
|
$lines[$i] = preg_split("/,/", $temp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user