[TYPO3-core] Coding Guidelines about PHP Namespaces

Benjamin Mack benni at typo3.org
Sun Mar 24 11:32:03 CET 2013


Hey Anja,

Just some more information from my side:

I looked at phpStorm 6.0 and see that the new version puts the "use"
statements up there without any structure by default, so this could be
very cluttered in a few weeks, once we have all submitted our patches to
the Core. You can disable the option (which I did) in phpStorm.

I also checked with FLOW how they handle it, and they use "as".

   use TYPO3\Flow\Annotations as Flow;

Otherwise they don't use "use".

All the best,
Benni.


More information about the TYPO3-team-core mailing list