Skip to content

Commit e46f40d

Browse files
MAGETWO-88276: Add @api annotation to block argument marker interface #13816
- Merge Pull Request #13816 from Vinai/magento2:blockargument-api - Merged commits: 1. a89a9cf 2. bc6913e
2 parents b92dfb8 + bc6913e commit e46f40d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/View/Element/Block/ArgumentInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/**
99
* Block argument interface.
1010
* All objects that are injected to block arguments should implement this interface.
11+
*
12+
* @api
1113
*/
1214
interface ArgumentInterface
1315
{

0 commit comments

Comments
 (0)