Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ded4dce

Browse files
author
Steve Johnson
authored
Merge pull request magento#1044 from magento/buskamuza-patch-2
Simplified an explanation
2 parents e7da7bb + 81e7db4 commit ded4dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.0/extension-dev-guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Plugins cannot be used with any of the following:
2828
* Final classes
2929
* Any class that contains at least one final public method
3030
* Non-public methods
31-
* Class methods (such as static methods)
31+
* Static methods
3232
* `__construct`
3333
* Virtual types
3434

0 commit comments

Comments
 (0)