mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-13 13:48:22 +02:00
Types on ranges attempt.
This commit is contained in:
@@ -6,7 +6,7 @@ use DNW\Skills\Numerics\Range;
|
||||
|
||||
class TeamsRange extends Range
|
||||
{
|
||||
protected static function create(int $min, int $max): static
|
||||
protected static function create(int $min, int $max): self
|
||||
{
|
||||
return new TeamsRange($min, $max);
|
||||
}
|
||||
|
Reference in New Issue
Block a user