Details
Description
I have a project name that contains an underscore. When I run the doctrine CLI to create the models from the yaml file, something string replaces all underscores with slashes.
So where I would be expecting the models to be generated in 'my_project/application/models', it is instead being generated in 'my/project/application/models'
This should already be fixed in the latest 1.2 in SVN and will be in 1.2.2