mirror of
https://github.com/furyfire/trueskill.git
synced 2026-01-07 22:06:55 +01: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