Skip to content

Commit b4ee294

Browse files
Remove trailing whitespace
Co-authored-by: Tyson Andre <tyson.andre@uwaterloo.ca>
1 parent 9bcf16f commit b4ee294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,7 @@ private function parseScopedPropertyAccessExpression($expression, $fallbackParen
32093209
// `Expression|QualifiedName|Token`. I'm not sure if we can depend
32103210
// on that being the case.
32113211
//
3212-
// @phpstan-ignore-next-line
3212+
// @phpstan-ignore-next-line
32133213
$scopedPropertyAccessExpression->scopeResolutionQualifier = $expression;
32143214
}
32153215

0 commit comments

Comments
 (0)