Skip to content

Commit

Permalink
Update AbstractExtensibleModel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atwixfirster authored Mar 13, 2020
1 parent 70c5e12 commit 852bf03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* This class defines basic data structure of how custom attributes are stored in an ExtensibleModel.
* Implementations may choose to process custom attributes as their persistence requires them to.
* @SuppressWarnings(PHPMD.NumberOfChildren)
* phpcs:disable Magento2.Classes.AbstractApi
* @api
* @codeCoverageIgnore
*/
abstract class AbstractExtensibleModel extends AbstractModel implements
\Magento\Framework\Api\CustomAttributesDataInterface
Expand Down

0 comments on commit 852bf03

Please sign in to comment.