mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08:41 +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";
|
$stringify .= str_repeat(' ', $depth * 4) . $key . ' => ' . self::parseVariable($val, $depth + 1) . ',' . "\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $stringify . str_repeat(' ', ($depth - 1) * 4) . ']';
|
return $stringify . str_repeat(' ', ($depth - 1) * 4) . ']';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user