This commit is contained in:
parent
4f6be2234e
commit
629484fcf6
|
@ -12,7 +12,7 @@ class StringTokenizer {
|
|||
}
|
||||
|
||||
public bool hasMoreTokens() {
|
||||
return $this->token ? true : false;
|
||||
return ($this->token != NULL);
|
||||
}
|
||||
|
||||
public string nextToken() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user