File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2243,8 +2243,8 @@ public function findNext(
2243
2243
/**
2244
2244
* Returns the position of the first non-whitespace token in a statement.
2245
2245
*
2246
- * @param int $start The position to start searching from in the token stack.
2247
- * @param int|array $ignore Token types that should not be considered stop points.
2246
+ * @param int $start The position to start searching from in the token stack.
2247
+ * @param int|string| array $ignore Token types that should not be considered stop points.
2248
2248
*
2249
2249
* @return int
2250
2250
*/
@@ -2306,8 +2306,8 @@ public function findStartOfStatement($start, $ignore=null)
2306
2306
/**
2307
2307
* Returns the position of the last non-whitespace token in a statement.
2308
2308
*
2309
- * @param int $start The position to start searching from in the token stack.
2310
- * @param int|array $ignore Token types that should not be considered stop points.
2309
+ * @param int $start The position to start searching from in the token stack.
2310
+ * @param int|string| array $ignore Token types that should not be considered stop points.
2311
2311
*
2312
2312
* @return int
2313
2313
*/
You can’t perform that action at this time.
0 commit comments