Skip to content

Commit c480100

Browse files
sverasivaschenko
andauthored
Update Magento2/Sniffs/Legacy/ClassReferencesInConfigurationFilesSniff.php
Co-authored-by: Sergii Ivashchenko <[email protected]>
1 parent 389d7ca commit c480100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Legacy/ClassReferencesInConfigurationFilesSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class ClassReferencesInConfigurationFilesSniff implements Sniff
1515
{
1616
private const ERROR_MESSAGE_CONFIG = 'Incorrect format of PHP class reference';
17-
private const ERROR_CODE_CONFIG = 'WrongXML';
17+
private const ERROR_CODE_CONFIG = 'IncorrectClassReference';
1818
private const ERROR_MESSAGE_MODULE = 'Attribute does not follow expected format in module';
1919
private const ERROR_CODE_MODULE = 'WrongXMLModule';
2020

0 commit comments

Comments
 (0)