made the bundle compatible with Elastica 0.20.x
This commit is contained in:
parent
d8f836d179
commit
aafb6e53fb
28 changed files with 161 additions and 125 deletions
|
|
@ -3,7 +3,7 @@
|
|||
namespace FOS\ElasticaBundle\Transformer;
|
||||
|
||||
use FOS\ElasticaBundle\HybridResult;
|
||||
use Elastica_Document;
|
||||
use Elastica\Document;
|
||||
|
||||
/**
|
||||
* Holds a collection of transformers for an index wide transformation.
|
||||
|
|
@ -40,7 +40,7 @@ class ElasticaToModelTransformerCollection implements ElasticaToModelTransformer
|
|||
}
|
||||
|
||||
/**
|
||||
* @param Elastica_Document[] $elasticaObjects
|
||||
* @param Document[] $elasticaObjects
|
||||
* @return array
|
||||
*/
|
||||
public function transform(array $elasticaObjects)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue