Skip to content

Commit 7b38922

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

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
@@ -16,7 +16,7 @@ class ClassReferencesInConfigurationFilesSniff implements Sniff
1616
private const ERROR_MESSAGE_CONFIG = 'Incorrect format of PHP class reference';
1717
private const ERROR_CODE_CONFIG = 'IncorrectClassReference';
1818
private const ERROR_MESSAGE_MODULE = 'Incorrect format of module reference';
19-
private const ERROR_CODE_MODULE = 'WrongXMLModule';
19+
private const ERROR_CODE_MODULE = 'InforrectModuleReference';
2020

2121
private const FROM_CONTENT = 1;
2222
private const FROM_NAME = 2;

0 commit comments

Comments
 (0)