made the bundle compatible with Elastica 0.20.x

This commit is contained in:
Lukas Kahwe Smith 2013-04-22 13:20:10 +02:00
commit aafb6e53fb
28 changed files with 161 additions and 125 deletions

View file

@ -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);
}