I have a problem with the php formatter and php namespaces
Phalcon\Tag::func();
is transformed to
Phalcopn \T ag;func()
I tried to play around with the formater option but i could'n manage to avoid this. It is a major problem for me

Thank you in advance for any help
