@@ -35,8 +35,7 @@ class ValidVariableNameSniff extends AbstractVariableSniff
35
35
* Processes this test, when one of its tokens is encountered.
36
36
*
37
37
* @param File $phpcsFile The file being scanned.
38
- * @param int $stackPtr The position of the current token in the
39
- * stack passed in $tokens.
38
+ * @param int $stackPtr The position of the current token in the stack passed in $tokens.
40
39
*
41
40
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
42
41
*/
@@ -99,8 +98,7 @@ protected function processVariable(File $phpcsFile, $stackPtr): void
99
98
* Processes class member variables.
100
99
*
101
100
* @param File $phpcsFile The file being scanned.
102
- * @param int $stackPtr The position of the current token in the
103
- * stack passed in $tokens.
101
+ * @param int $stackPtr The position of the current token in the stack passed in $tokens.
104
102
*
105
103
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
106
104
*/
@@ -132,8 +130,7 @@ protected function processMemberVar(File $phpcsFile, $stackPtr): void
132
130
* Processes the variable found within a double quoted string.
133
131
*
134
132
* @param File $phpcsFile The file being scanned.
135
- * @param int $stackPtr The position of the double quoted
136
- * string.
133
+ * @param int $stackPtr The position of the double quoted string.
137
134
*
138
135
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
139
136
*/
0 commit comments