in src/com/jetbrains/php/tools/quality/phpstan/PhpStanMessageProcessor.java [48:54]
protected PhpStanMessageProcessor(QualityToolAnnotatorInfo<?> info) {
super(info);
myWarningsHighlightLevel = HighlightDisplayLevel.WARNING; // TODO: fix
myFilePath = info.getTempFilePath();
myPsiFile = info.getPsiFile();
myProject = info.getProject();
}