@@ -72,7 +72,7 @@ public function __construct()
72
72
*
73
73
* @return void|int Optionally returns a stack pointer. The sniff will not be
74
74
* called again on the current file until the returned stack
75
- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
75
+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
76
76
* the rest of the file.
77
77
*/
78
78
final protected function processTokenWithinScope (File $ phpcsFile , $ stackPtr , $ currScope )
@@ -156,7 +156,7 @@ final protected function processTokenWithinScope(File $phpcsFile, $stackPtr, $cu
156
156
*
157
157
* @return void|int Optionally returns a stack pointer. The sniff will not be
158
158
* called again on the current file until the returned stack
159
- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
159
+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
160
160
* the rest of the file.
161
161
*/
162
162
final protected function processTokenOutsideScope (File $ phpcsFile , $ stackPtr )
@@ -187,7 +187,7 @@ final protected function processTokenOutsideScope(File $phpcsFile, $stackPtr)
187
187
*
188
188
* @return void|int Optionally returns a stack pointer. The sniff will not be
189
189
* called again on the current file until the returned stack
190
- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
190
+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
191
191
* the rest of the file.
192
192
*/
193
193
abstract protected function processMemberVar (File $ phpcsFile , $ stackPtr );
@@ -202,7 +202,7 @@ abstract protected function processMemberVar(File $phpcsFile, $stackPtr);
202
202
*
203
203
* @return void|int Optionally returns a stack pointer. The sniff will not be
204
204
* called again on the current file until the returned stack
205
- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
205
+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
206
206
* the rest of the file.
207
207
*/
208
208
abstract protected function processVariable (File $ phpcsFile , $ stackPtr );
@@ -221,7 +221,7 @@ abstract protected function processVariable(File $phpcsFile, $stackPtr);
221
221
*
222
222
* @return void|int Optionally returns a stack pointer. The sniff will not be
223
223
* called again on the current file until the returned stack
224
- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
224
+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
225
225
* the rest of the file.
226
226
*/
227
227
abstract protected function processVariableInString (File $ phpcsFile , $ stackPtr );
0 commit comments