mirror of
https://github.com/furyfire/trueskill.git
synced 2026-06-22 13:53:57 +02:00
Much stricter coding standards for phpstan, phpstan and psalm.
This commit is contained in:
@@ -14,7 +14,7 @@ use DNW\Skills\TrueSkill\TruncatedGaussianCorrectionFunctions;
|
||||
*
|
||||
* See the accompanying math paper for more details.
|
||||
*/
|
||||
class GaussianWithinFactor extends GaussianFactor
|
||||
final class GaussianWithinFactor extends GaussianFactor
|
||||
{
|
||||
public function __construct(private readonly float $epsilon, Variable $variable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user