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.
1 parent 7a06fb3 commit 8244534Copy full SHA for 8244534
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 must contain meaningful information beyond what the class name provides or be removed.',
+ '%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