Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
menu_link_attributes
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
menu_link_attributes
Commits
ba4adb39
Commit
ba4adb39
authored
Mar 28, 2024
by
morgannc
Committed by
João Ventura
Mar 28, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3419481
by morgannc, jcnventura: Compatibility with coding standards
parent
da573ae7
No related branches found
No related tags found
1 merge request
!13
Run and fix phpcs coding standard
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
menu_link_attributes.module
+2
-2
2 additions, 2 deletions
menu_link_attributes.module
src/Form/ConfigForm.php
+2
-2
2 additions, 2 deletions
src/Form/ConfigForm.php
with
4 additions
and
4 deletions
menu_link_attributes.module
+
2
−
2
View file @
ba4adb39
...
...
@@ -5,10 +5,10 @@
* Core file of the Menu Link Attributes module.
*/
use
Drupal\menu_link_content
\MenuLinkContentInterface
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Component\Utility\Unicode
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Core\Url
;
use
Drupal\menu_link_content
\MenuLinkContentInterface
;
/**
* Implements hook_form_BASE_FORM_ID_alter().
...
...
This diff is collapsed.
Click to expand it.
src/Form/ConfigForm.php
+
2
−
2
View file @
ba4adb39
...
...
@@ -2,12 +2,12 @@
namespace
Drupal\menu_link_attributes\Form
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Component\Serialization\Exception\InvalidDataTypeException
;
use
Drupal\Component\Serialization\Yaml
;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Drupal\Core\Extension\ModuleHandlerInterface
;
use
Drupal\Core\Form\ConfigFormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment