mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
Upgrade with rector
This commit is contained in:
@ -6,11 +6,6 @@ use DNW\Skills\Numerics\Range;
|
||||
|
||||
class PlayersRange extends Range
|
||||
{
|
||||
public function __construct($min, $max)
|
||||
{
|
||||
parent::__construct($min, $max);
|
||||
}
|
||||
|
||||
protected static function create($min, $max)
|
||||
{
|
||||
return new PlayersRange($min, $max);
|
||||
|
Reference in New Issue
Block a user