diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-13 14:54:18 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-13 14:54:18 +0100 |
commit | b7db967dc5c80b7b62c0a734d174acdc0fa49f6d (patch) | |
tree | 01818f7ddef0d5ed491cadf0a8e159360d73bddf /lib/helper.php | |
parent | c27833b1435998a1444b53180c42ef10c47c818b (diff) | |
download | nextcloud-server-b7db967dc5c80b7b62c0a734d174acdc0fa49f6d.tar.gz nextcloud-server-b7db967dc5c80b7b62c0a734d174acdc0fa49f6d.zip |
Commentblocks should begin with two *
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php index 7dd53411fae..47292c56ea8 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -625,7 +625,7 @@ class OC_Helper { return $newpath; } - /* + /** * @brief Checks if $sub is a subdirectory of $parent * * @param string $sub |