Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
36 | public function __construct( |
||
37 | TransportInterface $transport, |
||
38 | HeaderV1Factory $headerFactory, |
||
39 | string $domain, |
||
40 | string $selector |
||
41 | ) { |
||
42 | $this->transport = $transport; |
||
43 | $this->headerFactory = $headerFactory; |
||
44 | $this->domain = $domain; |
||
45 | $this->selector = $selector; |
||
46 | } |
||
47 | |||
64 | } |