Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | class UntranslatedMessageExporter |
||
11 | { |
||
12 | /** @var MessageStorage */ |
||
13 | private $storage; |
||
14 | |||
15 | 6 | public function __construct(MessageStorage $storage) |
|
18 | 6 | } |
|
19 | |||
20 | /** |
||
21 | * @param string $locale |
||
22 | * @param string $domain |
||
23 | * @return bool |
||
24 | */ |
||
25 | 6 | public function exportToString(string $locale, string $domain) |
|
30 | } |
||
31 | } |