Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
facets
Commits
b359335f
Commit
b359335f
authored
Jan 31, 2016
by
borisson_
Browse files
Small code style fixes.
parent
3a0de31f
Changes
2
Show whitespace changes
Inline
Side-by-side
src/Entity/Facet.php
View file @
b359335f
...
...
@@ -111,7 +111,7 @@ class Facet extends ConfigEntityBase implements FacetInterface {
protected
$query_operator
;
/**
* A boolean flag indicating if search should exclude selected facets
* A boolean flag indicating if search should exclude selected facets
.
*
* @var bool
*/
...
...
src/FacetInterface.php
View file @
b359335f
...
...
@@ -208,7 +208,7 @@ interface FacetInterface extends ConfigEntityInterface {
/**
* Sets the exclude.
*
* @param bool
* @param bool
$exclude
* A boolean flag indicating if search should exclude selected facets
*/
public
function
setExclude
(
$exclude
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment