We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1031e2 commit 231acd1Copy full SHA for 231acd1
app/code/Magento/Eav/Model/Attribute/Data/Text.php
@@ -16,6 +16,7 @@
16
* EAV Entity Attribute Text Data Model
17
*
18
* @author Magento Core Team <core@magentocommerce.com>
19
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
20
*/
21
class Text extends \Magento\Eav\Model\Attribute\Data\AbstractData
22
{
0 commit comments