| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | public function index() |
||
| 10 | { |
||
| 11 | $context = [ |
||
| 12 | |||
| 13 | ]; |
||
| 14 | return $this->PugView->render('website/pages/dataProtection', $context); |
||
|
1 ignored issue
–
show
|
|||
| 15 | } |
||
| 16 | } |