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
inspection.plugin.error.nonPublicMethod=You can't declare a plugin for a not public method.
10
10
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 that implements Magento\\Framework\\ObjectManager\\NoninterceptableInterface.
11
12
inspection.plugin.error.finalMethod=You can't declare a plugin for a final method.
12
13
inspection.plugin.error.staticMethod=You can't declare a plugin for a static method.
13
14
inspection.plugin.error.constructMethod=You can't declare a plugin for a __construct method.
0 commit comments