From 400780ef54db51529f7ee00cdc8d8ffb074113eb Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sun, 22 Nov 2020 17:13:13 +0100 Subject: [PATCH] CLEANED UP DA CODE --- .idea/codeStyles/Project.xml | 2 + composer.json | 5 +- dist/composer-dist.json | 4 +- dist/template.php | 23 +- res/logo-darkback.svg | 379 ++++---- res/logo-lightback.svg | 379 ++++---- res/testsws.html | 555 +++++++----- src/Constants.php | 6 +- src/Game.php | 55 +- src/IOFactory.php | 11 +- src/Interfaces/ReaderInterface.php | 3 +- src/Pairing.php | 28 +- src/Player.php | 489 +++++----- src/Readers/Pairtwo6.php | 163 ++-- src/Readers/Swar4.php | 175 ++-- src/Round.php | 93 +- src/Tournament.php | 1360 ++++++++++++++-------------- tests/ReadSws_test.php | 47 +- 18 files changed, 1992 insertions(+), 1785 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index db8f215..35629c3 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -51,7 +51,9 @@