Skip to content

Commit ac63e93

Browse files
committed
TEMP/TESTING
1 parent e09a418 commit ac63e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public function processMemberVar(File $phpcsFile, $stackPtr)
4242
{
4343
$tokens = $phpcsFile->getTokens();
4444

45-
$ignore = Tokens::SCOPE_MODIFIERS;
46-
$ignore += Tokens::NAME_TOKENS;
45+
$ignore = Tokens::$SCOPE_MODIFIERS;
46+
$ignore += Tokens::$NAME_TOKENS;
4747
$ignore += [
4848
T_VAR => T_VAR,
4949
T_STATIC => T_STATIC,

0 commit comments

Comments
 (0)