You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/magento2/inspection.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ inspection.displayName.PluginDeclarationInspection=Duplicated Plugin Usage in di
6
6
inspection.displayName.CacheableFalseInDefaultLayoutInspection=Inspection for disabled cache site-wide
7
7
inspection.displayName.ModuleDeclarationInModuleXmlInspection=Inspection for the Module declaration in the `etc/module.xml` file
8
8
inspection.displayName.AclResourceXmlInspection=Inspection for the Title XML required attribute in the `etc/acl.xml` file
9
+
inspection.displayName.WebApiServiceInspection=Inspection for the Web API XML service declaration
9
10
inspection.displayName.InvalidDiTypeInspection=Invalid type configuration in the `etc/di.xml` file
10
11
inspection.plugin.duplicateInSameFile=The plugin name already used in this file. For more details see Inspection Description.
11
12
inspection.plugin.duplicateInOtherPlaces=The plugin name "{0}" for targeted "{1}" class is already used in the module "{2}" ({3} scope). For more details see Inspection Description.
0 commit comments