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