I found one error at _26.2.2. Configuration (Non-PEAR)_. At line number 7 appears _use Doctrine\DBAL\Tools\Console\Helper\EntityManagerHelper;_ and it would be _use Doctrine\__ORM__\Tools\Console\Helper\EntityManagerHelper;_
I found one error at 26.2.2. Configuration (Non-PEAR). At line number 7 appears
use Doctrine\DBAL\Tools\Console\Helper\EntityManagerHelper;
and it would be
use Doctrine_ORM\Tools\Console\Helper\EntityManagerHelper;_