Do not unset $this.
All checks were successful
The build was successful.

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

View File

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