Skip to content

Commit 9c71dd2

Browse files
Revert accidental indenting
1 parent 3332dba commit 9c71dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ public function processMemberVar(File $phpcsFile, $stackPtr)
136136
);
137137

138138
if ($this->PHPDocFormattingValidator->providesMeaning(
139-
$shortDescriptionAfterVarPosition,
140-
$commentStart,
141-
$tokens
142-
) !== true) {
139+
$shortDescriptionAfterVarPosition,
140+
$commentStart,
141+
$tokens
142+
) !== true) {
143143
preg_match(
144144
'`^((?:\|?(?:array\([^\)]*\)|[\\\\\[\]]+))*)( .*)?`i',
145145
$tokens[($varAnnotationPosition + 2)]['content'],

0 commit comments

Comments
 (0)