Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | public static function dataIsExcluded() |
||
30 | { |
||
31 | return [ |
||
32 | [ |
||
33 | 'domains' => ['project.tld', 'agency.tld', 'subdomain.domain.tld'], |
||
34 | 'excluded' => ['[email protected]', '[email protected]', '[email protected]'], |
||
35 | 'not_excluded' => ['[email protected]', '[email protected]', '[email protected]', '[email protected]'], |
||
36 | ], |
||
37 | ]; |
||
38 | } |
||
39 | } |
||
40 |