Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
41 | public function getDescription() |
||
42 | { |
||
43 | return implode( |
||
44 | '<br />', |
||
45 | array_filter( |
||
46 | [ |
||
47 | parent::getDescription(), |
||
48 | '<em>By separating username and password, you increase security. Make sure to save the passwords somewhere securely, with the exact key listed here to ensure referential integrity.</em>', |
||
49 | ] |
||
83 |