Skip to content

Commit 0ddfeae

Browse files
committed
Arrow function tests: minor documentation fix
1 parent 88ac139 commit 0ddfeae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/Core/Tokenizer/BackfillFnTokenTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)