Merge branch '2.0'

This commit is contained in:
Jeremy Mikola 2012-08-14 11:20:38 -04:00
commit af468837a4

View file

@ -291,7 +291,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 */