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:
@ -8,7 +8,7 @@ use DNW\Skills\Tests\TestCase;
|
||||
|
||||
class GaussianDistributionTest extends TestCase
|
||||
{
|
||||
const ERROR_TOLERANCE = 0.000001;
|
||||
private const ERROR_TOLERANCE = 0.000001;
|
||||
|
||||
public function testCumulativeTo(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user