What is the current status of using namespaces in phpdocs datatypes.
eg:
* @param string|Vendor\SomeClass $parameter
|
1
|
What is the current status of using namespaces in phpdocs datatypes. eg:
|
||
|
|
|
|
phpDocumentor, at least, doesn't seem to support namespaces yet. See this bug on its bugtracker, for instance -- it's quite recent : 2009-09-18 |
||
|
|