Skip to content

Commit 389d7ca

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

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
@@ -13,7 +13,7 @@
1313

1414
class ClassReferencesInConfigurationFilesSniff implements Sniff
1515
{
16-
private const ERROR_MESSAGE_CONFIG = 'Attribute does not follow expected format';
16+
private const ERROR_MESSAGE_CONFIG = 'Incorrect format of PHP class reference';
1717
private const ERROR_CODE_CONFIG = 'WrongXML';
1818
private const ERROR_MESSAGE_MODULE = 'Attribute does not follow expected format in module';
1919
private const ERROR_CODE_MODULE = 'WrongXMLModule';

0 commit comments

Comments
 (0)