Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
37 | public function __construct($name, array $countries, array $languages, array $currencies, array $domains) |
||
38 | { |
||
39 | 1 | $this->name = $name; |
|
40 | 1 | $this->countries = $countries; |
|
41 | 1 | $this->languages = $languages; |
|
42 | 1 | $this->currencies = $currencies; |
|
43 | 1 | $this->domains = $domains; |
|
44 | 1 | } |
|
45 | |||
108 |