Skip to content

Commit 5c38475

Browse files
committed
Docs: fix incorrect FQN
1 parent 33c9a89 commit 5c38475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPCSUtils/Tokens/Collections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public static function functionDeclarationTokens()
580580
* It is recommended to use the method instead of the property if a standard supports PHPCS < 3.3.0.
581581
*
582582
* @see \PHPCSUtils\Tokens\Collections::functionDeclarationTokens() Related method (PHPCS 3.5.3+).
583-
* @see \PHPCSUtils\Tokens\FunctionDeclarations::isArrowFunction() Arrow function verification.
583+
* @see \PHPCSUtils\Utils\FunctionDeclarations::isArrowFunction() Arrow function verification.
584584
*
585585
* @since 1.0.0
586586
*

0 commit comments

Comments
 (0)