mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Code style
This commit is contained in:
parent
52079b60bc
commit
3b2779fe2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user