Do not unset $this.
所有检测均成功
The build was successful.

Let the garbage collector do its job and fix the test.
这个提交包含在:
Rafal Kupiec 2019-05-29 13:53:52 +02:00
父节点 a6f7c6d847
当前提交 d924d41a7a
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

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