Ignore:
Timestamp:
Aug 3, 2021, 11:36:12 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated files to newer version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/PrefixMultiplier.php

    r10 r14  
    7272class PrefixMultiplier
    7373{
    74   function TruncateDigits($Value, $Digits = 4)
     74  function TruncateDigits($Value, $Digits = 4): string
    7575  {
    7676    for ($II = 2; $II > -6; $II--)
     
    8787  }
    8888
    89   function Add($Value, $Unit, $Digits = 4, $PrefixType = 'Decimal')
     89  function Add($Value, $Unit, $Digits = 4, $PrefixType = 'Decimal'): string
    9090  {
    9191    global $PrefixMultipliers;
Note: See TracChangeset for help on using the changeset viewer.