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 ef00afd commit 95c56c9Copy full SHA for 95c56c9
Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php
@@ -132,7 +132,7 @@ public function processMemberVar(File $phpcsFile, $stackPtr)
132
$phpcsFile->addWarning($error, $isShortDescriptionPreviousVar, 'AlreadyHaveMeaningfulNameVar');
133
return;
134
}
135
- $re = '/
+ $regularExpression = '/
136
# Split camelCase "words". Two global alternatives. Either g1of2:
137
(?<=[a-z]) # Position is after a lowercase,
138
(?=[A-Z]) # and before an uppercase letter.
0 commit comments