summaryrefslogtreecommitdiff
path: root/includes/sys_log.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-03 03:22:48 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-03 03:22:48 +0100
commit356b2582f3e6a43ecf2607acad4a7fe0b37f659a (patch)
treee02c9214b23a0b9ec33aa725db962d565bd30a82 /includes/sys_log.php
parentd71e7bbfad2f07f82df0c515608996d250fd4182 (diff)
PPHDoc, formatting, fixes, cleanup
Diffstat (limited to 'includes/sys_log.php')
-rw-r--r--includes/sys_log.php5
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()
{