Pretty simple one: is it ok to use tabs inside phpDocumentor tags? Like:
/**
* @param string @some_var Description
*/
- There's a tab between @some_var and Description
Didn't find anything against tabs (except list declaration), but I just want to make sure.
