Skip to content

Commit 6dd254b

Browse files
committed
Remove API annotation from ModuleManagerInterface
API Annotation should be added to the interface in Magento 2.4
1 parent f1a1ba6 commit 6dd254b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/Magento/Framework/Module/ModuleManagerInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* ```php
1414
* $manager->isEnabled('Vendor_Module');
1515
* ```
16-
*
17-
* @api
1816
*/
1917
interface ModuleManagerInterface
2018
{

0 commit comments

Comments
 (0)