When installing the dev-master version of the Symfony Standard Edition and clearing the cache I get the following error:
[InvalidArgumentException]
The service "command.doctrine\bundle\doctrinebundle\command\proxy\doctrinecommandhelper" tagged "console.co
mmand" must be a subclass of "Symfony\Component\Console\Command\Command".
Checking that the registered classes are not abstract should fix this issue.
BTW for the commands we can do even more and check that they implement Symfony\Component\Console\Command\Command.
When installing the
dev-master
version of the Symfony Standard Edition and clearing the cache I get the following error:Can you take a look @Ener-Getick?