diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index 884ab26a0d0..abd335d6eb9 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -49,7 +49,7 @@ Using a Custom Query for the Entities If you want to create a custom query to use when fetching the entities (e.g. you only want to return some entities, or need to order them), use -the `query_builder`_ option:: +the `query_builder`_ option. Please note, that `query_builder` is used to compose data, not fetch real final results:: use App\Entity\User; use Doctrine\ORM\EntityRepository;