mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-20 08:47:49 +00:00
Start of journey to actually give real names to factor graph variables using more PHP style
This commit is contained in:
@ -71,7 +71,7 @@ class Player implements ISupportPartialPlay, ISupportPartialUpdate
|
||||
{
|
||||
if ($this->_Id != null)
|
||||
{
|
||||
return $this->_Id;
|
||||
return (string)$this->_Id;
|
||||
}
|
||||
|
||||
return parent::__toString();
|
||||
|
Reference in New Issue
Block a user