Skip to content
Snippets Groups Projects

Resolve #3475744 "Fix phpcodesniffer issues"

4 unresolved threads

Closes #3475744

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
.cspell.json 0 → 100644
1 {
2 "version": "0.2",
3 "language": "en",
4 "words": [
5 "Aktion",
  • .cspell.json 0 → 100644
    1 {
    2 "version": "0.2",
    3 "language": "en",
    4 "words": [
    5 "Aktion",
    6 "preconfiguration"
  • .cspell.json 0 → 100644
    1 {
  • 3 /**
    4 * @file
    5 * Short description of the file's purpose or functionality.
    6 */
    7
    8 use Drupal\field\Entity\FieldConfig;
    9 use Drupal\field\Entity\FieldStorageConfig;
    10 use Drupal\views\Views;
    11
    12 /**
    13 * Implements hook_install().
    14 */
    15
    16 /**
    17 * Implements hook_install().
    18 *
  • added 1 commit

    • beb0fc79 - Removed unecessary comments in views.view.block_component_library.yml and addressed cspell issue

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading