Code style

This commit is contained in:
Jeroen De Meerleer 2019-09-25 19:50:04 +02:00
parent 52079b60bc
commit 3b2779fe2e
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class Swar4 implements ReaderInterface
$tiebreaks = [];
for ($i = 0; $i < 5; $i++) {
switch($this->readData('Int', $swshandle)) {
switch ($this->readData('Int', $swshandle)) {
case 0:
default:
$tiebreak = Tiebreak::None;