mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-13 13:48:22 +02:00
More types
This commit is contained in:
@@ -57,7 +57,7 @@ class Matrix
|
||||
return $this->matrixRowData[$row][$col];
|
||||
}
|
||||
|
||||
public function setValue(int $row, int $col, float|int $value)
|
||||
public function setValue(int $row, int $col, float|int $value): void
|
||||
{
|
||||
$this->matrixRowData[$row][$col] = $value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user