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 3332dba commit 9c71dd2Copy full SHA for 9c71dd2
Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php
@@ -136,10 +136,10 @@ public function processMemberVar(File $phpcsFile, $stackPtr)
136
);
137
138
if ($this->PHPDocFormattingValidator->providesMeaning(
139
- $shortDescriptionAfterVarPosition,
140
- $commentStart,
141
- $tokens
142
- ) !== true) {
+ $shortDescriptionAfterVarPosition,
+ $commentStart,
+ $tokens
+ ) !== true) {
143
preg_match(
144
'`^((?:\|?(?:array\([^\)]*\)|[\\\\\[\]]+))*)( .*)?`i',
145
$tokens[($varAnnotationPosition + 2)]['content'],
0 commit comments