From 44304c30b331b72e957bd53b65a315ab61ba8250 Mon Sep 17 00:00:00 2001 From: Ala Eddine Khefifi Date: Wed, 12 Nov 2014 09:55:51 +0100 Subject: [PATCH] Update tools.rst --- docs/en/reference/tools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/tools.rst b/docs/en/reference/tools.rst index eb93831b9..51f457300 100644 --- a/docs/en/reference/tools.rst +++ b/docs/en/reference/tools.rst @@ -33,8 +33,8 @@ already registers all the commands that currently ship with Doctrine DBAL and ORM. If you want to use additional commands you have to register them yourself. -All the commands of the Doctrine Console require access to the EntityManager -or DBAL Connection. You have to inject them into the console application +All the commands of the Doctrine Console require access to the ``EntityManager`` +or ``DBAL`` Connection. You have to inject them into the console application using so called Helper-Sets. This requires either the ``db`` or the ``em`` helpers to be defined in order to work correctly.