diff options
author | Bot <bot@myigel.name> | 2017-01-03 03:22:48 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-01-03 03:22:48 +0100 |
commit | 356b2582f3e6a43ecf2607acad4a7fe0b37f659a (patch) | |
tree | e02c9214b23a0b9ec33aa725db962d565bd30a82 /includes/sys_log.php | |
parent | d71e7bbfad2f07f82df0c515608996d250fd4182 (diff) |
PPHDoc, formatting, fixes, cleanup
Diffstat (limited to 'includes/sys_log.php')
-rw-r--r-- | includes/sys_log.php | 5 |
1 files changed, 3 insertions, 2 deletions
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() { |