From 968c78d989e8a0c58e45f5ae77f686a94db04ec3 Mon Sep 17 00:00:00 2001 From: Jens True Date: Fri, 2 Feb 2024 14:09:07 +0000 Subject: [PATCH] More code standards --- benchmark/BasicBench.php | 2 ++ tests/GuardTest.php | 2 +- tests/Numerics/MatrixTest.php | 2 +- tests/Numerics/RangeTest.php | 2 +- tests/PlayerTest.php | 2 +- tests/TrueSkill/DrawMarginTest.php | 2 +- tests/TrueSkill/FactorGraphTeamTrueSkillCalculatorTest.php | 2 +- tests/TrueSkill/FactorGraphTrueSkillCalculatorTest.php | 2 +- tests/TrueSkill/TrueSkillCalculatorTests.php | 2 +- tests/TrueSkill/TwoPlayerTrueSkillCalculatorTest.php | 2 +- tests/TrueSkill/TwoTeamTrueSkillCalculatorTest.php | 2 +- 11 files changed, 12 insertions(+), 10 deletions(-) diff --git a/benchmark/BasicBench.php b/benchmark/BasicBench.php index 29b17fa..2303fc9 100644 --- a/benchmark/BasicBench.php +++ b/benchmark/BasicBench.php @@ -1,5 +1,7 @@