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/public/Util.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/public/Util.php')
-rw-r--r-- | lib/public/Util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php index e4ebdb5bfa7..04cdfe216d0 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -670,7 +670,7 @@ class Util { * Compare two strings to provide a natural sort * @param string $a first string to compare * @param string $b second string to compare - * @return -1 if $b comes before $a, 1 if $a comes before $b + * @return int -1 if $b comes before $a, 1 if $a comes before $b * or 0 if the strings are identical * @since 7.0.0 */ |