Skip to content

Commit 88827f3

Browse files
authored
Apply suggestions from code review
1 parent 92870f4 commit 88827f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
88

99
### Fixed
1010

11-
- Overriding the interface generates invalid php code
11+
- Overriding the interface that generates invalid php code
1212
- Overriding a template from the base area
13-
- Disabled an ability to create a plugin for a class that implements `NoninterceptableInterface`
13+
- Disabled the ability to create a plugin for a class that implements `\Magento\Framework\ObjectManager\NoninterceptableInterface`
1414

1515
### Added
1616

resources/magento2/inspection.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inspection.graphql.resolver.fix.title=Select one of the following interface
88
inspection.graphql.schema.resolver.fix.family=Create GraphQL Resolver
99
inspection.plugin.error.nonPublicMethod=You can't declare a plugin for a not public method.
1010
inspection.plugin.error.finalClass=You can't declare a plugin for a final class.
11-
inspection.plugin.error.noninterceptableInterface=You can't declare a plugin for a class implements Magento\\Framework\\ObjectManager\\NoninterceptableInterface.
11+
inspection.plugin.error.noninterceptableInterface=You can't declare a plugin for a class that implements Magento\\Framework\\ObjectManager\\NoninterceptableInterface.
1212
inspection.plugin.error.finalMethod=You can't declare a plugin for a final method.
1313
inspection.plugin.error.staticMethod=You can't declare a plugin for a static method.
1414
inspection.plugin.error.constructMethod=You can't declare a plugin for a __construct method.

0 commit comments

Comments
 (0)