Skip to content

Commit

Permalink
Fix non backaward compatible inheritance in Magento 2.1.0-rc3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien FOUCRET committed Jun 17, 2016
1 parent e181f3c commit bd33687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @package Smile\ElasticsuiteCore
* @author Aurelien FOUCRET <[email protected]>
*/
class QueryResponse implements ResponseInterface, \IteratorAggregate, \Countable
class QueryResponse implements ResponseInterface
{
/**
* Document Collection
Expand Down

0 comments on commit bd33687

Please sign in to comment.