Issue #3339421: Drupal Coding Standards Issues | phpcs
1 unresolved thread
1 unresolved thread
1 | <?php | |
2 | ||
3 | namespace Drupal\dbee; | |
4 | ||
5 | /** | |
6 | * DataBase Email Encryption Constants. | |
7 | */ | |
8 | final class DbeeConstants { | |
9 | ||
10 | const DBEE_ENCRYPT_NAME = 'dbee'; | |
|
closed