Skip to content

Commit

Permalink
MAGETWO-66875: Remove the copyright year from file headers #8648
Browse files Browse the repository at this point in the history
 - fixed static tests
  • Loading branch information
Oleksii Korshenko committed Mar 31, 2017
1 parent 2782e5a commit c921345
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -71,7 +71,8 @@ abstract class AbstractEntity
self::ERROR_CODE_COLUMNS_NUMBER => "Number of columns does not correspond to the number of rows in the header",
self::ERROR_EXCEEDED_MAX_LENGTH => 'Attribute %s exceeded max length',
self::ERROR_INVALID_ATTRIBUTE_TYPE => 'Value for \'%s\' attribute contains incorrect value',
self::ERROR_INVALID_ATTRIBUTE_OPTION => "Value for %s attribute contains incorrect value, see acceptable values on settings specified for Admin",
self::ERROR_INVALID_ATTRIBUTE_OPTION =>
"Value for %s attribute contains incorrect value, see acceptable values on settings specified for Admin",
];

/**#@-*/
Expand Down

0 comments on commit c921345

Please sign in to comment.