Commit 792c8deb authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

Fixed type hints in Solarium\Component\AbstractComponent

parent 69695970
......@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Return type of Solarium\Component\QueryTraits\SuggesterTrait::getSuggester()
- Type hints in Solarium\Component\AbstractComponent
### Security
......
......@@ -2,6 +2,8 @@
namespace Solarium\Component;
use Solarium\Component\RequestBuilder\ComponentRequestBuilderInterface;
use Solarium\Component\ResponseParser\ComponentParserInterface;
use Solarium\Core\Configurable;
use Solarium\Core\Query\AbstractQuery;
......@@ -23,7 +25,7 @@ abstract class AbstractComponent extends Configurable
abstract public function getType();
/**
* Get the requestbuilder class for this query.
* Get the request builder class for this query.
*
* @return ComponentRequestBuilderInterface
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment