Skip to content

Commit 27dd880

Browse files
committed
MC-16106: [2.3] Failed UI upgrade
1 parent 9e07db1 commit 27dd880

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

app/code/Magento/Eav/Model/Entity/Attribute/AbstractAttribute.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* Entity/Attribute/Model - attribute abstract
16+
* phpcs:disable Magento2.Classes.AbstractApi
1617
* @api
1718
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
1819
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)

lib/internal/Magento/Framework/Data/Collection/AbstractDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/**
1717
* Base items collection class
1818
*
19+
* phpcs:disable Magento2.Classes.AbstractApi
1920
* @api
2021
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2122
*/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Abstract model class
1212
*
13+
* phpcs:disable Magento2.Classes.AbstractApi
1314
* @api
1415
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1516
* @SuppressWarnings(PHPMD.NumberOfChildren)

lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @SuppressWarnings(PHPMD.NumberOfChildren)
1919
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2020
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
21+
* phpcs:disable Magento2.Classes.AbstractApi
2122
* @api
2223
*/
2324
abstract class AbstractDb extends AbstractResource

lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* Abstract Resource Collection
1414
*
15+
* phpcs:disable Magento2.Classes.AbstractApi
1516
* @api
1617
* @SuppressWarnings(PHPMD.NumberOfChildren)
1718
*/

0 commit comments

Comments
 (0)