Skip to content

Commit ed26b31

Browse files
committed
Fixed messages
1 parent 5724686 commit ed26b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/magento2/inspection.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inspection.moduleDeclaration.warning.wrongModuleName=Provided module name "{0}"
2222
inspection.moduleDeclaration.fix=Fix module name
2323
inspection.error.missingAttribute=Attribute "{0}" is required
2424
inspection.error.idAttributeCanNotBeEmpty=Attribute value "{0}" can not be empty
25-
inspection.warning.class.does.not.exist=The class "{0}" doesn't exist
26-
inspection.warning.method.does.not.exist=The method "{0}" doesn't exist in the service class
25+
inspection.warning.class.does.not.exist=The class "{0}" does not exist
26+
inspection.warning.method.does.not.exist=The method "{0}" does not exist in the service class
2727
inspection.warning.method.should.have.public.access=The method "{0}" should have public access
2828
inspection.warning.method.should.have.public.access.fix=Change the method access

0 commit comments

Comments
 (0)