Skip to content

Commit

Permalink
Fix apidoc type for nextToken()
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 24, 2024
1 parent f6e1dff commit aee4aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/text/Tokenizer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public abstract function hasMoreTokens();
/**
* Returns the next token from this tokenizer's string
*
* @param bool $delimiters default NULL
* @param ?string $delimiters
* @return string
*/
public abstract function nextToken($delimiters= null);
Expand Down

0 comments on commit aee4aec

Please sign in to comment.