diff --git a/app/Helpers/Helpers.php b/app/Helpers/Helpers.php index 0ea47a07a4..12bacb6920 100644 --- a/app/Helpers/Helpers.php +++ b/app/Helpers/Helpers.php @@ -7,7 +7,7 @@ | | Miscellaneous helper functions, primarily used for formatting. | -*/ + */ /** * Returns class name if the current URL corresponds to the given path. @@ -17,7 +17,8 @@ * * @return string */ -function set_active($path, $class = 'active') { +function set_active($path, $class = 'active') +{ return call_user_func_array('Request::is', (array) $path) ? $class : ''; } @@ -28,8 +29,9 @@ function set_active($path, $class = 'active') { * * @return string */ -function add_help($text) { - return ''; +function add_help($text) +{ + return ''; } /** @@ -39,10 +41,11 @@ function add_help($text) { * * @return string */ -function breadcrumbs($links) { +function breadcrumbs($links) +{ $ret = '