Skip to content

Commit cea16a6

Browse files
committed
Fix use of incorrect tag
1 parent f2f7dbe commit cea16a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Tokens.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ final class Tokens
650650
*
651651
* @var array <int|string> => <int|string>
652652
*
653-
* @link https://www.php.net/language.constants.predefined PHP Manual on magic constants
653+
* @see https://www.php.net/language.constants.predefined PHP Manual on magic constants
654654
*/
655655
public static $magicConstants = [
656656
T_CLASS_C => T_CLASS_C,

0 commit comments

Comments
 (0)