@@ -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 )
@@ -156,7 +156,7 @@ final protected function processTokenWithinScope(File $phpcsFile, $stackPtr, $cu
156156 *
157157 * @return void|int Optionally returns a stack pointer. The sniff will not be
158158 * 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
160160 * the rest of the file.
161161 */
162162 final protected function processTokenOutsideScope (File $ phpcsFile , $ stackPtr )
@@ -187,7 +187,7 @@ final protected function processTokenOutsideScope(File $phpcsFile, $stackPtr)
187187 *
188188 * @return void|int Optionally returns a stack pointer. The sniff will not be
189189 * 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
191191 * the rest of the file.
192192 */
193193 abstract protected function processMemberVar (File $ phpcsFile , $ stackPtr );
@@ -202,7 +202,7 @@ abstract protected function processMemberVar(File $phpcsFile, $stackPtr);
202202 *
203203 * @return void|int Optionally returns a stack pointer. The sniff will not be
204204 * 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
206206 * the rest of the file.
207207 */
208208 abstract protected function processVariable (File $ phpcsFile , $ stackPtr );
@@ -221,7 +221,7 @@ abstract protected function processVariable(File $phpcsFile, $stackPtr);
221221 *
222222 * @return void|int Optionally returns a stack pointer. The sniff will not be
223223 * 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
225225 * the rest of the file.
226226 */
227227 abstract protected function processVariableInString (File $ phpcsFile , $ stackPtr );
0 commit comments