Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
menu_position
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
menu_position
Merge requests
!6
Fixed phpcs issues.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fixed phpcs issues.
issue/menu_position-3372605:3372605-fix-the-errorswarnings
into
8.x-1.x
Overview
1
Commits
10
Pipelines
5
Changes
10
1 unresolved thread
Hide all comments
Open
Sidharth Soman
requested to merge
issue/menu_position-3372605:3372605-fix-the-errorswarnings
into
8.x-1.x
1 year ago
Overview
1
Commits
10
Pipelines
5
Changes
10
1 unresolved thread
Hide all comments
Expand
Closes
#3372605
0
0
Merge request reports
Compare
8.x-1.x
version 8
13e0198c
4 months ago
version 7
baad63d9
4 months ago
version 6
561f0051
5 months ago
version 5
0253d16f
5 months ago
version 4
9e715be2
5 months ago
version 3
1b84ed06
6 months ago
version 2
7a978880
7 months ago
version 1
3bd43299
1 year ago
8.x-1.x (HEAD)
and
latest version
latest version
e1946f76
10 commits,
4 months ago
version 8
13e0198c
9 commits,
4 months ago
version 7
baad63d9
8 commits,
4 months ago
version 6
561f0051
7 commits,
5 months ago
version 5
0253d16f
5 commits,
5 months ago
version 4
9e715be2
4 commits,
5 months ago
version 3
1b84ed06
3 commits,
6 months ago
version 2
7a978880
2 commits,
7 months ago
version 1
3bd43299
1 commit,
1 year ago
10 files
+
154
−
114
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/Entity/MenuPositionRule.php
+
1
−
2
Options
@@ -267,8 +267,7 @@ class MenuPositionRule extends ConfigEntityBase implements MenuPositionRuleInter
}
/**
* Evaluates all conditions attached to this rule and determines if this rule
* is "active" or not.
* Evaluates conditions attached to this rule and determines if it is active.
*
* @return bool
* Whether or not this rule is active.
Loading