aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Util.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Util.php')
-rw-r--r--lib/public/Util.php2
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
*/