Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
63e8469e
Commit
63e8469e
authored
May 04, 2018
by
Ema Panz
Committed by
Markus Kalkbrenner
May 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix return type Result::getFacetSet() (#591)
Fix return type Result::getFacetSet()
parent
0fc76ac4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/QueryType/Select/Result/Result.php
src/QueryType/Select/Result/Result.php
+2
-2
No files found.
src/QueryType/Select/Result/Result.php
View file @
63e8469e
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
namespace
Solarium\QueryType\Select\Result
;
namespace
Solarium\QueryType\Select\Result
;
use
Solarium\Component\ComponentAwareQueryInterface
;
use
Solarium\Component\ComponentAwareQueryInterface
;
use
Solarium\Component\FacetSet
;
use
Solarium\Component\Result\Debug\Result
as
DebugResult
;
use
Solarium\Component\Result\Debug\Result
as
DebugResult
;
use
Solarium\Component\Result\Facet\Field
;
use
Solarium\Component\Result\Grouping\Result
as
GroupingResult
;
use
Solarium\Component\Result\Grouping\Result
as
GroupingResult
;
use
Solarium\Component\Result\Highlighting\Highlighting
;
use
Solarium\Component\Result\Highlighting\Highlighting
;
use
Solarium\Component\Result\MoreLikeThis\Result
as
MoreLikeThisResult
;
use
Solarium\Component\Result\MoreLikeThis\Result
as
MoreLikeThisResult
;
...
@@ -272,7 +272,7 @@ class Result extends BaseResult implements \IteratorAggregate, \Countable
...
@@ -272,7 +272,7 @@ class Result extends BaseResult implements \IteratorAggregate, \Countable
*
*
* This is a convenience method that maps presets to getComponent
* This is a convenience method that maps presets to getComponent
*
*
* @return F
ield[]
|null
* @return F
acetSet
|null
*/
*/
public
function
getFacetSet
()
public
function
getFacetSet
()
{
{
...
...
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