Skip to content

Commit c0ead7c

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

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
@@ -15,7 +15,7 @@ class ClassReferencesInConfigurationFilesSniff implements Sniff
1515
{
1616
private const ERROR_MESSAGE_CONFIG = 'Incorrect format of PHP class reference';
1717
private const ERROR_CODE_CONFIG = 'IncorrectClassReference';
18-
private const ERROR_MESSAGE_MODULE = 'Attribute does not follow expected format in module';
18+
private const ERROR_MESSAGE_MODULE = 'Incorrect format of module reference';
1919
private const ERROR_CODE_MODULE = 'WrongXMLModule';
2020

2121
private const FROM_CONTENT = 1;

0 commit comments

Comments
 (0)