Skip to content

Commit f1464e3

Browse files
substantiate deprecation message
Co-authored-by: Michal Sniatala <[email protected]>
1 parent 3767b29 commit f1464e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Files/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function getSizeByUnitMetric(FileSizeUnit $unit = FileSizeUnit::B, int $p
9797
/**
9898
* Retrieve the file size by unit.
9999
*
100-
* @deprecated Use getSizeByUnitBinary or getSizeByUnitMetric instead
100+
* @deprecated 4.6.0 Use getSizeByUnitBinary() or getSizeByUnitMetric() instead
101101
*
102102
* @return false|int|string
103103
*/

0 commit comments

Comments
 (0)