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
|
|
@ -12,7 +12,7 @@ interface ModelToElasticaTransformerInterface
|
|||
*
|
||||
* @param object $object the object to convert
|
||||
* @param array $fields the keys we want to have in the returned array
|
||||
* @return \Elastica_Document
|
||||
* @return \Elastica\Document
|
||||
**/
|
||||
function transform($object, array $fields);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue