Skip to content

Commit 852bf03

Browse files
authored
Update AbstractExtensibleModel.php
1 parent 70c5e12 commit 852bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Model/AbstractExtensibleModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* This class defines basic data structure of how custom attributes are stored in an ExtensibleModel.
1616
* Implementations may choose to process custom attributes as their persistence requires them to.
1717
* @SuppressWarnings(PHPMD.NumberOfChildren)
18+
* phpcs:disable Magento2.Classes.AbstractApi
1819
* @api
19-
* @codeCoverageIgnore
2020
*/
2121
abstract class AbstractExtensibleModel extends AbstractModel implements
2222
\Magento\Framework\Api\CustomAttributesDataInterface

0 commit comments

Comments
 (0)