Skip to content

Commit

Permalink
Fix use of incorrect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Dec 4, 2023
1 parent f2f7dbe commit cea16a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ final class Tokens
*
* @var array <int|string> => <int|string>
*
* @link https://www.php.net/language.constants.predefined PHP Manual on magic constants
* @see https://www.php.net/language.constants.predefined PHP Manual on magic constants
*/
public static $magicConstants = [
T_CLASS_C => T_CLASS_C,
Expand Down

0 comments on commit cea16a6

Please sign in to comment.