Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
token
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
token
Merge requests
!65
Resolve
#2774071
: Drupal.NamingConventions, Drupal.Semantics.FunctionT, Generic.PHP.UpperCaseConstant
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#2774071
: Drupal.NamingConventions, Drupal.Semantics.FunctionT, Generic.PHP.UpperCaseConstant
issue/token-2774071:2774071-left-violations
into
8.x-1.x
Overview
0
Commits
6
Pipelines
1
Changes
4
Open
Nikolay Shapovalov
requested to merge
issue/token-2774071:2774071-left-violations
into
8.x-1.x
1 year ago
Overview
0
Commits
6
Pipelines
1
Changes
4
Expand
Closes
#2774071
Fix
Drupal.NamingConventions.ValidVariableName.LowerCamelName
Drupal.Semantics.FunctionT.BackslashSingleQuote
Generic.PHP.UpperCaseConstant.Found
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
28c79c01
6 commits,
1 year ago
4 files
+
65
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/Element/TokenTreeTable.php
+
1
−
1
Options
@@ -97,7 +97,7 @@ class TokenTreeTable extends Table {
$element
[
'#attributes'
][
'class'
][]
=
'token-tree'
;
if
(
$element
[
'#click_insert'
])
{
$element
[
'#caption'
]
=
t
(
'
Click a token to insert it into the field you
\
've last clicked.
'
);
$element
[
'#caption'
]
=
t
(
"
Click a token to insert it into the field you've last clicked.
"
);
$element
[
'#attributes'
][
'class'
][]
=
'token-click-insert'
;
}
Loading