mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 04:14:28 +00:00
More static types using rector.
This commit is contained in:
@ -31,9 +31,9 @@ abstract class Factor implements \Stringable
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed The log-normalization constant of that factor
|
||||
* @return float The log-normalization constant of that factor
|
||||
*/
|
||||
public function getLogNormalization()
|
||||
public function getLogNormalization(): float
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user