We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b0188 commit 4684d53Copy full SHA for 4684d53
Token.php
@@ -32,7 +32,7 @@ class Token
32
/**
33
* @param string $type The type of the token (self::*_TYPE)
34
* @param string|int|float|null $value The token value
35
- * @param int $cursor The cursor position in the source
+ * @param int|null $cursor The cursor position in the source
36
*/
37
public function __construct(string $type, $value, ?int $cursor)
38
{
0 commit comments