Skip to content

Commit 1fb8d2f

Browse files
committed
Method doc culture
1 parent af69a6e commit 1fb8d2f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Cdn77/Sniffs/NamingConventions/ValidVariableNameSniff.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ class ValidVariableNameSniff extends AbstractVariableSniff
3535
* Processes this test, when one of its tokens is encountered.
3636
*
3737
* @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.
4039
*
4140
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
4241
*/
@@ -99,8 +98,7 @@ protected function processVariable(File $phpcsFile, $stackPtr): void
9998
* Processes class member variables.
10099
*
101100
* @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.
104102
*
105103
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
106104
*/
@@ -132,8 +130,7 @@ protected function processMemberVar(File $phpcsFile, $stackPtr): void
132130
* Processes the variable found within a double quoted string.
133131
*
134132
* @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.
137134
*
138135
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
139136
*/

0 commit comments

Comments
 (0)