PhpDoc. Parameterization of variables in Eclipse
- by Beono
Hi.
I heared Eclipse doesn't support parameterization of variables like this:
/**
@var DBProxy
*/
$proxy;
or
/**
@var Uri
*/
$uri = Registry::get('uri');
$uri->...
But no completions available
Is there any other solution?