mirror of
https://github.com/furyfire/trueskill.git
synced 2025-03-19 08:18:38 +00:00
Rector standards slowly being applied. PHP Version first.
This commit is contained in:
@ -165,7 +165,7 @@ class MatrixTest extends TestCase
|
||||
|
||||
$b = new SquareMatrix(4, 3,
|
||||
2, 1);
|
||||
|
||||
|
||||
$sum = Matrix::add($a, $b);
|
||||
|
||||
$result = new SquareMatrix(5, 5, 5, 5);
|
||||
|
Reference in New Issue
Block a user