From f1464e31f0478e60ed37fd73a5c27afc82d888fe Mon Sep 17 00:00:00 2001 From: Thomas Meschke Date: Tue, 19 Nov 2024 15:52:57 +0100 Subject: [PATCH] substantiate deprecation message Co-authored-by: Michal Sniatala --- system/Files/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Files/File.php b/system/Files/File.php index 7c0b536e557c..2f3e0fb2c393 100644 --- a/system/Files/File.php +++ b/system/Files/File.php @@ -97,7 +97,7 @@ public function getSizeByUnitMetric(FileSizeUnit $unit = FileSizeUnit::B, int $p /** * Retrieve the file size by unit. * - * @deprecated Use getSizeByUnitBinary or getSizeByUnitMetric instead + * @deprecated 4.6.0 Use getSizeByUnitBinary() or getSizeByUnitMetric() instead * * @return false|int|string */