Show full classname in annotations
In current project, we desided to use fullpath class name in parameters. Like
<code>
/**
* @param \Symfony\Component\HttpKernel\Event\GetResponseEvent $event
*/
public function onKernelRequest(GetResponseEvent $event)
</code>
How i can config, that generated phpDoc will give me fullnamespace name?
请先登录再写评论。
Settings | IDE settings | Editor | Auto Import | Disable all PHP-related boxes.