222324252627282930
if(propertyName == null || !propertyName.equals("targetEntity")) { return null; } return new PsiReference[] { new PhpClassReference((StringLiteralExpression) annotationPropertyParameter.getElement()) }; }