mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Some small performance optimisations (not using callables in loops, switch strval for string casting), Config call updates and replace call_user_func_array with direct variadic call. Also removes some redundant else statements after returns.