Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
easy_breadcrumb
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
easy_breadcrumb
Commits
86daea1f
Commit
86daea1f
authored
2 months ago
by
Sven Decabooter
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing newline at end of file
parent
322d65ca
No related branches found
No related tags found
1 merge request
!143
Issue #3501555 Address PHPCS failing test and set repository to not allow merging of merge requests with code that fails the PHPCS test.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
easy_breadcrumb.install
+1
-1
1 addition, 1 deletion
easy_breadcrumb.install
with
1 addition
and
1 deletion
easy_breadcrumb.install
+
1
−
1
View file @
86daea1f
...
@@ -150,4 +150,4 @@ function easy_breadcrumb_update_8009() {
...
@@ -150,4 +150,4 @@ function easy_breadcrumb_update_8009() {
$config
->
save
(
TRUE
);
$config
->
save
(
TRUE
);
return
t
(
'Breadcrumb segment minimum count has been set to 1 to maintain the existing behavior when rendering breadcrumbs.'
);
return
t
(
'Breadcrumb segment minimum count has been set to 1 to maintain the existing behavior when rendering breadcrumbs.'
);
}
}
}
}
\ No newline at end of file
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