Updated README.md code sample is of type TransformedFinder instead of MappedFinder

This commit is contained in:
Isaac Su 2012-08-13 14:05:55 +10:00 committed by Jeremy Mikola
parent 16f439cfaf
commit 285e51c04a

View file

@ -289,7 +289,7 @@ Declare that you want a Doctrine/Propel finder in your configuration:
You can now use the `foq_elastica.finder.website.user` service:
/** var FOQ\ElasticaBundle\Finder\MappedFinder */
/** var FOQ\ElasticaBundle\Finder\TransformedFinder */
$finder = $container->get('foq_elastica.finder.website.user');
/** var array of Acme\UserBundle\Entity\User */