@@ -72,7 +72,7 @@ public function __construct()
7272 *
7373 * @return void|int Optionally returns a stack pointer. The sniff will not be
7474 * 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
7676 * the rest of the file.
7777 */
7878 final protected function processTokenWithinScope (File $ phpcsFile , $ stackPtr , $ currScope )
@@ -150,7 +150,7 @@ final protected function processTokenWithinScope(File $phpcsFile, $stackPtr, $cu
150150 *
151151 * @return void|int Optionally returns a stack pointer. The sniff will not be
152152 * called again on the current file until the returned stack
153- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
153+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
154154 * the rest of the file.
155155 */
156156 final protected function processTokenOutsideScope (File $ phpcsFile , $ stackPtr )
@@ -181,7 +181,7 @@ final protected function processTokenOutsideScope(File $phpcsFile, $stackPtr)
181181 *
182182 * @return void|int Optionally returns a stack pointer. The sniff will not be
183183 * called again on the current file until the returned stack
184- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
184+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
185185 * the rest of the file.
186186 */
187187 abstract protected function processMemberVar (File $ phpcsFile , $ stackPtr );
@@ -196,7 +196,7 @@ abstract protected function processMemberVar(File $phpcsFile, $stackPtr);
196196 *
197197 * @return void|int Optionally returns a stack pointer. The sniff will not be
198198 * called again on the current file until the returned stack
199- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
199+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
200200 * the rest of the file.
201201 */
202202 abstract protected function processVariable (File $ phpcsFile , $ stackPtr );
@@ -215,7 +215,7 @@ abstract protected function processVariable(File $phpcsFile, $stackPtr);
215215 *
216216 * @return void|int Optionally returns a stack pointer. The sniff will not be
217217 * called again on the current file until the returned stack
218- * pointer is reached. Return ( $phpcsFile->numTokens + 1) to skip
218+ * pointer is reached. Return ` $phpcsFile->numTokens` to skip
219219 * the rest of the file.
220220 */
221221 abstract protected function processVariableInString (File $ phpcsFile , $ stackPtr );
0 commit comments