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