Skip to content

Commit a89a9cf

Browse files
committed
Add @api annotation to block argument marker interface
1 parent 274971a commit a89a9cf

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)