We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7601e3c + 8244534 commit 9cd0c83Copy full SHA for 9cd0c83
Magento2/Sniffs/Commenting/ClassAndInterfacePHPDocFormattingSniff.php
@@ -65,7 +65,7 @@ public function process(File $phpcsFile, $stackPtr)
65
if ($this->PHPDocFormattingValidator->providesMeaning($namePtr, $commentStartPtr, $tokens) !== true) {
66
$phpcsFile->addWarning(
67
sprintf(
68
- '%s description should contain additional information beyond the name already supplies.',
+ '%s description must contain meaningful information beyond what its name provides or be removed.',
69
ucfirst($tokens[$stackPtr]['content'])
70
),
71
$stackPtr,
0 commit comments