Skip to content
Snippets Groups Projects

Issue #2957751: Maintaining drupal coding standards

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
63 63 $editable = $this->configuration->getEditable('redirect_404.settings');
64 64 $existing_config_raw = $editable->get('pages');
65 65 $path = $request->query->get('path');
66 $langcode = $request->query->get('langcode');
  • 1 1 <?php
    2 2
    3 /**
    4 * @file
  • Víctor Dorado added 1 commit

    added 1 commit

    • a477a9d9 - Add a description to a @file docblock

    Compare with previous version

  • added 10 commits

    • f900de0c - 1 commit from branch project:8.x-1.x
    • 6ff1cd02 - Fix PHPCS issues against Drupal Core's coding standard
    • 5196f3b1 - Use Core's PHPCS coding standard in GitLab CI tests
    • ff372486 - Fix PHPCS Issues against new Drupal 10.3 ruleset
    • c0a2f346 - Fix a type error in a text
    • b0eda409 - Fix a Stylelint issue
    • 4579b1b9 - Fix CSpell Issues
    • 8a55c9fe - Revert "Fix CSpell Issues"
    • 77f61aae - Revert changes on drush8 dead-code files
    • e7766fa2 - Add a description to a @file docblock

    Compare with previous version

  • Please register or sign in to reply
    Loading