mirror of
https://github.com/furyfire/trueskill.git
synced 2025-06-28 07:30:54 +00:00
rector: codingStyle
This commit is contained in:
@ -15,6 +15,7 @@ class Vector extends Matrix
|
||||
foreach ($vectorValues as $currentVectorValue) {
|
||||
$columnValues[] = [$currentVectorValue];
|
||||
}
|
||||
|
||||
parent::__construct(count($vectorValues), 1, $columnValues);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user