Skip to content

Commit d109591

Browse files
committed
Cleanup
1 parent fbf3d8f commit d109591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlevomatCodingStandard/Sniffs/Classes/PropertyDeclarationSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private function checkModifiersOrder(File $phpcsFile, int $propertyPointer, int
115115
$phpcsFile,
116116
TokenHelper::$propertyModifiersTokenCodes,
117117
$firstModifierPointer,
118-
$propertyPointer
118+
$lastModifierPointer + 1
119119
);
120120

121121
if (count($modifiersPointers) < 2) {

0 commit comments

Comments
 (0)