Skip to content
Snippets Groups Projects

Issue #3339421: Drupal Coding Standards Issues | phpcs

Closed Issue #3339421: Drupal Coding Standards Issues | phpcs
1 unresolved thread
Closed Charchil Khandelwal requested to merge issue/dbee-3339421:3.x into 3.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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';
  • Please register or sign in to reply
    Loading