Skip to content

Commit

Permalink
Fix some phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault authored and fabpot committed Feb 13, 2023
1 parent f8b0188 commit 4684d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Token
/**
* @param string $type The type of the token (self::*_TYPE)
* @param string|int|float|null $value The token value
* @param int $cursor The cursor position in the source
* @param int|null $cursor The cursor position in the source
*/
public function __construct(string $type, $value, ?int $cursor)
{
Expand Down

0 comments on commit 4684d53

Please sign in to comment.