mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Added default value to Pairings object
This commit is contained in:
parent
dba9a876b7
commit
1c2312f258
@ -70,7 +70,7 @@ class Player
|
|||||||
private $Absent;
|
private $Absent;
|
||||||
|
|
||||||
/** @var Pairing[] */
|
/** @var Pairing[] */
|
||||||
private $Pairings;
|
private $Pairings = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
|
Loading…
Reference in New Issue
Block a user