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
69695970
Commit
69695970
authored
Feb 02, 2018
by
Markus Kalkbrenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed return type of Solarium\Component\QueryTraits\SuggesterTrait::getSuggester()
parent
ed1da6ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
CHANGELOG.md
CHANGELOG.md
+15
-0
src/Component/QueryTraits/SuggesterTrait.php
src/Component/QueryTraits/SuggesterTrait.php
+1
-1
No files found.
CHANGELOG.md
View file @
69695970
...
...
@@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
-
Return type of Solarium
\C
omponent
\Q
ueryTraits
\S
uggesterTrait::getSuggester()
### Security
## [4.0.0-alpha.2]
### Added
-
getSuggester() convenience method on Solarium
\Q
ueryType
\S
elect
\Q
uery
\Q
uery
...
...
src/Component/QueryTraits/SuggesterTrait.php
View file @
69695970
...
...
@@ -14,7 +14,7 @@ trait SuggesterTrait
*
* This is a convenience method that maps presets to getComponent
*
* @return \Solarium\Component\S
pellcheck
* @return \Solarium\Component\S
uggester
*/
public
function
getSuggester
()
{
...
...
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