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:
2019-05-29 13:53:52 +02:00
parent a6f7c6d847
commit d924d41a7a

View File

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