-
Bug
-
Resolution: Duplicate
-
Low
-
None
I see quite a lot of places in code where we escape function calls:
\get_classed_class();
|
Even if we are in a namespace, functions do not need to be escaped and should not need to be.
This is particulary annoying with using `sgrep`: https://github.com/facebook/pfff/issues/80
But also to distinguish functions from classes.
- duplicates
-
MDLSITE-2549 Rules for namespacing
- Closed