From 356b2582f3e6a43ecf2607acad4a7fe0b37f659a Mon Sep 17 00:00:00 2001 From: Bot Date: Tue, 3 Jan 2017 03:22:48 +0100 Subject: PPHDoc, formatting, fixes, cleanup --- includes/sys_log.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes/sys_log.php') diff --git a/includes/sys_log.php b/includes/sys_log.php index e4ea7e3d..b253d6ad 100644 --- a/includes/sys_log.php +++ b/includes/sys_log.php @@ -4,8 +4,7 @@ * Write a log entry. * This should be used to log user's activity. * - * @param - * $message + * @param string $message */ function engelsystem_log($message) { @@ -20,6 +19,8 @@ function engelsystem_log($message) /** * Generates a PHP Stacktrace. + * + * @return string */ function debug_string_backtrace() { -- cgit v1.2.3-54-g00ecf