mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-31 11:47:24 +07:00
IDEA-85129 PHP inspections have no names in quick fix menu
wrappers propagated through LocalInspectionsPass
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ public class HighlightSuppressedWarningsHandler extends HighlightUsagesHandlerBa
|
||||
Runnable inspect = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
pass.doInspectInBatch(managerEx, Collections.<InspectionProfileEntry>singletonList(tool));
|
||||
pass.doInspectInBatch(managerEx, Collections.<LocalInspectionToolWrapper>singletonList(tool));
|
||||
}
|
||||
};
|
||||
if (indicator == null) {
|
||||
|
||||
Reference in New Issue
Block a user