mirror of
https://github.com/furyfire/trueskill.git
synced 2025-09-06 10:28:22 +02: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