mirror of
https://github.com/furyfire/trueskill.git
synced 2026-03-12 17:49:10 +01:00
Upgrade to PHP8.4
This commit is contained in:
@@ -11,7 +11,7 @@ use DNW\Skills\Numerics\GaussianDistribution;
|
||||
*/
|
||||
class Rating
|
||||
{
|
||||
private const CONSERVATIVE_STANDARD_DEVIATION_MULTIPLIER = 3;
|
||||
private const float CONSERVATIVE_STANDARD_DEVIATION_MULTIPLIER = 3;
|
||||
|
||||
/**
|
||||
* Constructs a rating.
|
||||
|
||||
Reference in New Issue
Block a user