Skip to content

Commit

Permalink
substantiate deprecation message
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Sniatala <[email protected]>
  • Loading branch information
ThomasMeschke and michalsn authored Nov 19, 2024
1 parent 3767b29 commit f1464e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Files/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit f1464e3

Please sign in to comment.