A namespace can also be in the syntax
namespace path\namespace { /* PHP class declarations and other stuff here */ }
However this produces garbage in expand_fqcn/find_use.
Also namespace { /* PHP stuff */ } (root namespace) does not produce the hoped results.
A namespace can also be in the syntax
namespace path\namespace { /* PHP class declarations and other stuff here */ }However this produces garbage in expand_fqcn/find_use.
Also
namespace { /* PHP stuff */ }(root namespace) does not produce the hoped results.