Skip to content

Commit

Permalink
QA: Remove protocols from api doc references
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 24, 2024
1 parent aee4aec commit 5a33ac3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/php/text/Tokenizer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
/**
* A tokenizer splits input strings into tokens.
*
* @see xp://text.StringTokenizer
* @see xp://text.StreamTokenizer
* @see php://strtok
* @see text.StringTokenizer
* @see text.StreamTokenizer
*/
abstract class Tokenizer implements IteratorAggregate {
public $delimiters;
Expand Down

0 comments on commit 5a33ac3

Please sign in to comment.