mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 12:24:28 +00:00
More type stuff and unused code removed.
This commit is contained in:
@ -24,7 +24,7 @@ class Variable implements \Stringable
|
||||
$this->_value = $value;
|
||||
}
|
||||
|
||||
public function resetToPrior()
|
||||
public function resetToPrior(): void
|
||||
{
|
||||
$this->_value = $this->_prior;
|
||||
}
|
||||
|
Reference in New Issue
Block a user