Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toolshed-3420562
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
toolshed-3420562
Commits
bd6104ed
Commit
bd6104ed
authored
3 years ago
by
lemming
Browse files
Options
Downloads
Patches
Plain Diff
fixed empty comment, a codesniffer violation
parent
092f2b61
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/toolshed_search/src/Plugin/SolrConnector/SettingsSolrConnector.php
+2
-1
2 additions, 1 deletion
...search/src/Plugin/SolrConnector/SettingsSolrConnector.php
with
2 additions
and
1 deletion
modules/toolshed_search/src/Plugin/SolrConnector/SettingsSolrConnector.php
+
2
−
1
View file @
bd6104ed
...
...
@@ -176,7 +176,8 @@ class SettingsSolrConnector extends StandardSolrConnector implements ContainerFa
parent
::
setConfiguration
(
$configuration
);
//
// Ensure configurations set by the settings file should be filtered out
// of the plugin configurations, and not saved.
$this
->
configuration
=
array_diff_key
(
$this
->
configuration
,
$this
->
getExcludeConfigKeys
());
}
...
...
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