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