We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa11ef commit b0f59b3Copy full SHA for b0f59b3
src/com/magento/idea/magento2plugin/inspections/xml/ObserverDeclarationInspection.java
@@ -102,8 +102,8 @@ public void visitFile(PsiFile file) {
102
if (!eventProblems.containsKey(problemKey)){
103
problemsHolder.registerProblem(
104
observerNameAttribute.getValueElement(),
105
- String.format(
106
- inspectionBundle.message("inspection.observer.duplicateInOtherPlaces"),
+ inspectionBundle.message(
+ "inspection.observer.duplicateInOtherPlaces",
107
observerName,
108
eventNameAttributeValue,
109
moduleName,
0 commit comments