CodeStandards on Tests

This commit is contained in:
2023-08-04 07:22:05 +00:00
parent 9acc3bbeab
commit affde2589f
5 changed files with 28 additions and 11 deletions

View File

@ -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
{