summaryrefslogtreecommitdiffstats
path: root/lib/public/Util.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-16 10:58:26 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-05-16 10:58:26 +0200
commit53169890d6dccfcc48d80930e33824084d68aa1c (patch)
tree7069b6671b919e5a1200ac2c106224181e03343b /lib/public/Util.php
parentad405e93767cfaf0ba34011010bb26dc4c05f60a (diff)
downloadnextcloud-server-53169890d6dccfcc48d80930e33824084d68aa1c.tar.gz
nextcloud-server-53169890d6dccfcc48d80930e33824084d68aa1c.zip
Fix psalm errors fron the end of the baseline file
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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 c8b55bb10e2..e5bb2a955ae 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -372,7 +372,7 @@ class Util {
/**
* Make a computer file size (2 kB to 2048)
* @param string $str file size in a fancy format
- * @return float a file size in bytes
+ * @return float|false a file size in bytes
*
* Inspired by: https://www.php.net/manual/en/function.filesize.php#92418
* @since 4.0.0