mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12726] Update error message
PHPBB3-12726
This commit is contained in:
parent
2ff9064ffb
commit
147ae8374c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class phpbb_Sniffs_Namespaces_UnusedUseSniff implements PHP_CodeSniffer_Sniff
|
||||||
|
|
||||||
if (!$ok)
|
if (!$ok)
|
||||||
{
|
{
|
||||||
$error = 'There must not be unused USE statement.';
|
$error = 'There must not be unused USE statements.';
|
||||||
$phpcsFile->addError($error, $stackPtr, 'Unused');
|
$phpcsFile->addError($error, $stackPtr, 'Unused');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue