mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-19 08:18:38 +00:00
CodeStandards on Tests
This commit is contained in:
@ -7,7 +7,7 @@ use DNW\Skills\TrueSkill\DrawMargin;
|
||||
|
||||
class DrawMarginTest extends TestCase
|
||||
{
|
||||
const ERROR_TOLERANCE = 0.000001;
|
||||
private const ERROR_TOLERANCE = 0.000001;
|
||||
|
||||
public function testGetDrawMarginFromDrawProbability(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user