Skip to content

Commit

Permalink
EZP-28679: As a developer, I expect that OptionsResolverBasedQueryTyp…
Browse files Browse the repository at this point in the history
…e implements QueryType interface (ezsystems#2209)
  • Loading branch information
adamwojs authored and andrerom committed Feb 26, 2018
1 parent 23b0fab commit f1c2430
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
* In addition, you must implement the `configureOptions` abstract method. It receives an OptionsResolver, and configures
* it for the QueryType's supported parameters.
*/
abstract class OptionsResolverBasedQueryType
abstract class OptionsResolverBasedQueryType implements QueryType
{
/** @var OptionsResolver */
private $resolver;
Expand Down

0 comments on commit f1c2430

Please sign in to comment.