File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -568,12 +568,12 @@ public function dataNotAnArrowFunction()
568568 /**
569569 * Helper function to check that all token keys are correctly set for T_FN tokens.
570570 *
571- * @param string $token The T_FN token to check.
572- * @param bool $skipScopeCloserCheck Whether to skip the scope closer check.
573- * This should be set to "true" when testing nested arrow functions,
574- * where the "inner" arrow function shares a scope closer with the
575- * "outer" arrow function, as the 'scope_condition' for the scope closer
576- * of the "inner" arrow function will point to the "outer" arrow function.
571+ * @param int $token The T_FN token to check.
572+ * @param bool $skipScopeCloserCheck Whether to skip the scope closer check.
573+ * This should be set to "true" when testing nested arrow functions,
574+ * where the "inner" arrow function shares a scope closer with the
575+ * "outer" arrow function, as the 'scope_condition' for the scope closer
576+ * of the "inner" arrow function will point to the "outer" arrow function.
577577 *
578578 * @return void
579579 */
You can’t perform that action at this time.
0 commit comments