Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class EmailAddressTask extends BuildTask |
||
15 | { |
||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | protected $title = 'Email Address Task'; // title of the script |
||
20 | |||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | protected $description = "Convert depreciated 'Email Address' field to new 'Email' field."; |
||
25 | |||
26 | /** |
||
27 | * @param HTTPRequest $request |
||
28 | */ |
||
29 | public function run($request) |
||
48 |