mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-07 19:08:21 +02:00
Additional Psalm warnings resolving
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class GaussianFactor extends Factor
|
||||
$variable,
|
||||
new Message(
|
||||
$newDistribution,
|
||||
sprintf('message from %s to %s', $this, $variable)
|
||||
sprintf('message from %s to %s', (string)$this, (string)$variable)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user