throws Exception
{
// Using a regular document doesn't work... if at some point passing null
// for the document stops working, then look at:
// php.internal.core.codeassist.contexts.AbstractCompletionContext.determineDocument
return new PHPCompletionProposalCollector(null /*document*/, module, true);
}