Typo correction
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2024-02-22 13:26:41 +00:00
parent 61af342cfa
commit edc80f9a43

@ -9,7 +9,7 @@ class Team extends RatingContainer
public function __construct(Player $player = NULL, Rating $rating = NULL) public function __construct(Player $player = NULL, Rating $rating = NULL)
{ {
parent::__construct(); parent::__construct();
if (!$player instanceof layer) { if (! $player instanceof Player) {
return; return;
} }