No more use of _ to mark private variables.

This commit is contained in:
2023-08-01 14:02:12 +00:00
parent c8c126962d
commit f0aa9413e1
8 changed files with 87 additions and 94 deletions

View File

@ -7,7 +7,7 @@ use DNW\Skills\Numerics\GaussianDistribution;
class Rating implements \Stringable
{
final const CONSERVATIVE_STANDARD_DEVIATION_MULTIPLIER = 3;
private const CONSERVATIVE_STANDARD_DEVIATION_MULTIPLIER = 3;
/**
* Constructs a rating.