The expression return $this->rankPointGame could return the type null which is incompatible with the type-hinted return integer. Consider adding an additional type-check to rule them out.
Loading history...
35
}
36
37
38
/**
39
* @param int $pointGame
40
* @return void
41
*/
42
public function setPointGame(int $pointGame): void