BUGFIX: Player::getPairings() return null

PHP Fatal error:  Uncaught TypeError: Return value of JeroenED\Libpairtwo\Models\Player::getPairings() must be of the type array, null returned in vendor/jeroened/libpairtwo/src/Models/Player.php:372
This commit is contained in:
Jeroen De Meerleer 2019-05-01 17:24:11 +02:00
parent 16afc410da
commit cfc1a514bf
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Player
private $Absent;
/** @var Pairing[] */
private $Pairings;
private $Pairings = [];
/**
* @return string