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
792c8deb
Commit
792c8deb
authored
Feb 12, 2018
by
Markus Kalkbrenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed type hints in Solarium\Component\AbstractComponent
parent
69695970
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
CHANGELOG.md
+1
-1
src/Component/AbstractComponent.php
src/Component/AbstractComponent.php
+3
-1
No files found.
CHANGELOG.md
View file @
792c8deb
...
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
...
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
### Fixed
-
Return type of Solarium
\C
omponent
\Q
ueryTraits
\S
uggesterTrait::getSuggester()
-
Return type of Solarium
\C
omponent
\Q
ueryTraits
\S
uggesterTrait::getSuggester()
-
Type hints in Solarium
\C
omponent
\A
bstractComponent
### Security
### Security
...
...
src/Component/AbstractComponent.php
View file @
792c8deb
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
namespace
Solarium\Component
;
namespace
Solarium\Component
;
use
Solarium\Component\RequestBuilder\ComponentRequestBuilderInterface
;
use
Solarium\Component\ResponseParser\ComponentParserInterface
;
use
Solarium\Core\Configurable
;
use
Solarium\Core\Configurable
;
use
Solarium\Core\Query\AbstractQuery
;
use
Solarium\Core\Query\AbstractQuery
;
...
@@ -23,7 +25,7 @@ abstract class AbstractComponent extends Configurable
...
@@ -23,7 +25,7 @@ abstract class AbstractComponent extends Configurable
abstract
public
function
getType
();
abstract
public
function
getType
();
/**
/**
* Get the requestbuilder class for this query.
* Get the request
builder class for this query.
*
*
* @return ComponentRequestBuilderInterface
* @return ComponentRequestBuilderInterface
*/
*/
...
...
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