mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-13 19:17:02 +01: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