mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-24 07:08:40 +00:00
Improve array parser cs
This commit is contained in:
parent
592bd52667
commit
3ca7538977
|
|
@ -46,7 +46,6 @@ class ArrayParser
|
|||
}
|
||||
|
||||
$stringify .= str_repeat(' ', $depth * 4) . $key . ' => ' . self::parseVariable($val, $depth + 1) . ',' . "\n";
|
||||
|
||||
}
|
||||
|
||||
return $stringify . str_repeat(' ', ($depth - 1) * 4) . ']';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user