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 = [];
|
$tiebreaks = [];
|
||||||
for ($i = 0; $i < 5; $i++) {
|
for ($i = 0; $i < 5; $i++) {
|
||||||
switch($this->readData('Int', $swshandle)) {
|
switch ($this->readData('Int', $swshandle)) {
|
||||||
case 0:
|
case 0:
|
||||||
default:
|
default:
|
||||||
$tiebreak = Tiebreak::None;
|
$tiebreak = Tiebreak::None;
|
||||||
|
Loading…
Reference in New Issue
Block a user