Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | public function __construct() |
||
16 | { |
||
17 | $this->address = new Address(); |
||
18 | $this->data = ['email']; |
||
19 | $this->email = '[email protected]'; |
||
20 | } |
||
42 |