Porting more tools to Phar to lower depend problems

This commit is contained in:
2024-02-02 13:42:48 +00:00
parent 36dea4ea03
commit 769514b38e
8 changed files with 75 additions and 106 deletions

View File

@ -8,7 +8,7 @@ class Team extends RatingContainer
{
parent::__construct();
if (! is_null($player) && ! is_null($rating)) {
if ($player && $rating) {
$this->addPlayer($player, $rating);
}
}