mirror of
https://github.com/furyfire/trueskill.git
synced 2026-01-09 06:36:57 +01:00
Upgrade to PHP8.4
This commit is contained in:
@@ -13,9 +13,9 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class TrueSkillCalculatorTests
|
||||
{
|
||||
private const ERROR_TOLERANCE_TRUESKILL = 0.085;
|
||||
private const float ERROR_TOLERANCE_TRUESKILL = 0.085;
|
||||
|
||||
private const ERROR_TOLERANCE_MATCH_QUALITY = 0.0005;
|
||||
private const float ERROR_TOLERANCE_MATCH_QUALITY = 0.0005;
|
||||
|
||||
// These are the roll-up ones
|
||||
|
||||
|
||||
Reference in New Issue
Block a user