Release 2.22.0 (#5043)

This commit is contained in:
Kevin Papst
2024-09-20 14:30:11 +02:00
committed by GitHub
parent 3e0dadc0c8
commit 537c120ad9
57 changed files with 435 additions and 572 deletions

View File

@@ -19,11 +19,7 @@ final class Util
}
/**
* Calculates the rate for a hourly rate and a given duration in seconds.
*
* @param float $hourlyRate
* @param int $seconds
* @return float
* Calculates the rate by an hourly rate and a given duration in seconds.
*/
public static function calculateRate(float $hourlyRate, int $seconds): float
{