diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-10-18 14:15:03 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-10-23 23:23:56 +0200 |
commit | 4cfa1c66b899a2fa108108a092fe671d52370150 (patch) | |
tree | a1caa2492d23b050abcc74bba708c4dc04741d6c /lib/private/legacy/template/functions.php | |
parent | 8062547e669f548e80befef9cd9f77d090978404 (diff) | |
download | nextcloud-server-4cfa1c66b899a2fa108108a092fe671d52370150.tar.gz nextcloud-server-4cfa1c66b899a2fa108108a092fe671d52370150.zip |
Doc: Fix phpDoc issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/private/legacy/template/functions.php')
-rw-r--r-- | lib/private/legacy/template/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/template/functions.php b/lib/private/legacy/template/functions.php index bca16b48c1a..1ef3541e880 100644 --- a/lib/private/legacy/template/functions.php +++ b/lib/private/legacy/template/functions.php @@ -278,7 +278,7 @@ function human_file_size( $bytes ) { /** * Strips the timestamp of its time value * @param int $timestamp UNIX timestamp to strip - * @return $timestamp without time value + * @return int timestamp without time value */ function strip_time($timestamp){ $date = new \DateTime("@{$timestamp}"); |