Skip to content

Commit c921345

Browse files
author
Oleksii Korshenko
committed
MAGETWO-66875: Remove the copyright year from file headers #8648
- fixed static tests
1 parent 2782e5a commit c921345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ImportExport/Model/Import/AbstractEntity.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ abstract class AbstractEntity
7171
self::ERROR_CODE_COLUMNS_NUMBER => "Number of columns does not correspond to the number of rows in the header",
7272
self::ERROR_EXCEEDED_MAX_LENGTH => 'Attribute %s exceeded max length',
7373
self::ERROR_INVALID_ATTRIBUTE_TYPE => 'Value for \'%s\' attribute contains incorrect value',
74-
self::ERROR_INVALID_ATTRIBUTE_OPTION => "Value for %s attribute contains incorrect value, see acceptable values on settings specified for Admin",
74+
self::ERROR_INVALID_ATTRIBUTE_OPTION =>
75+
"Value for %s attribute contains incorrect value, see acceptable values on settings specified for Admin",
7576
];
7677

7778
/**#@-*/

0 commit comments

Comments
 (0)