mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-18 01:45:07 +02:00
Fixed typos
This commit is contained in:
parent
63df16a369
commit
d04d743520
144 changed files with 263 additions and 265 deletions
|
@ -45,7 +45,7 @@ class SIFormatter
|
|||
*
|
||||
* @param int $magnitude the magnitude for which the prefix should be determined
|
||||
*
|
||||
* @return array A array, containing the divisor in first element, and the prefix symbol in second. For example, [1000, "k"].
|
||||
* @return array An array, containing the divisor in first element, and the prefix symbol in second. For example, [1000, "k"].
|
||||
*/
|
||||
public function getPrefixByMagnitude(int $magnitude): array
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue