Skip to content

Commit 111e7d2

Browse files
committed
[T3CMS] Lower severity of unresolved routes
1 parent 745d152 commit 111e7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typo3-cms/src/main/java/com/cedricziel/idea/typo3/annotation/RouteAnnotator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void annotateRoute(@NotNull PsiElement psiElement, @NotNull AnnotationHo
4646
annotation.setTextAttributes(DefaultLanguageHighlighterColors.STRING);
4747
} else {
4848
TextRange range = new TextRange(psiElement.getTextRange().getStartOffset(), psiElement.getTextRange().getEndOffset());
49-
annotationHolder.createErrorAnnotation(range, "Unresolved route");
49+
annotationHolder.createWeakWarningAnnotation(range, "Unresolved route");
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)