Skip to content

Commit 4684d53

Browse files
alamiraultfabpot
authored andcommitted
Fix some phpdoc
1 parent f8b0188 commit 4684d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Token
3232
/**
3333
* @param string $type The type of the token (self::*_TYPE)
3434
* @param string|int|float|null $value The token value
35-
* @param int $cursor The cursor position in the source
35+
* @param int|null $cursor The cursor position in the source
3636
*/
3737
public function __construct(string $type, $value, ?int $cursor)
3838
{

0 commit comments

Comments
 (0)