From ce56cabd9f986c28f48c5af6eb74763453f1aa6c Mon Sep 17 00:00:00 2001 From: MarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com> Date: Sat, 26 Nov 2022 23:12:46 +0100 Subject: [PATCH] Update src/Util/Strings.php Co-authored-by: Hypolite Petovan --- src/Util/Strings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Util/Strings.php b/src/Util/Strings.php index ac903cd3f..7b8d999d3 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -519,8 +519,7 @@ class Strings /** * This function converts a PHP's shorhand notation string for file sizes in to an integer number of total bytes. * For example: The string for shorthand notation of '2M' (which is 2,097,152 Bytes) is converted to 2097152 - * For more information about file size shorhand notation see: - * https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes + * @see https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes * @param string $shorthand * @return int */