- Issue created by @gugalamaciek
- πΊπΈUnited States smustgrave
Issue summary is incomplete
Should include the full summary template, with steps to reproduce
Also all fixes should be in MRs and as a bug will need test coverage.
Cosinder this piece of code:
ByteSizeMarkup::create(932023)
We expect it to return 910,18 KB
, but in fact it returns 910.1799999999999 KB
.
This is because round()
is not working properly and number_format()
should be used to display rounded value.
Needs work
11.1 π₯
base system
Issue summary is incomplete
Should include the full summary template, with steps to reproduce
Also all fixes should be in MRs and as a bug will need test coverage.