Do not unset $this.
The build was successful. Details

Let the garbage collector do its job and fix the test.
This commit is contained in:
Rafal Kupiec 2019-05-29 13:53:52 +02:00
parent a6f7c6d847
commit d924d41a7a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ class StringTokenizer {
}
public void __destruct() {
unset($this);
}
public bool hasMoreTokens() {