Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | public function __construct(int $firstTeamResult, int $secondTeamResult, ?int $firstTeamUserResult, ?int $secondTeamUserResult) |
||
35 | { |
||
36 | $this->firstTeamResult = $firstTeamResult; |
||
37 | $this->secondTeamResult = $secondTeamResult; |
||
38 | $this->firstTeamUserResult = $firstTeamUserResult; |
||
39 | $this->secondTeamUserResult = $secondTeamUserResult; |
||
40 | } |
||
77 | } |