Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 8acd224

Browse files
committed
Defer destruct
1 parent 039a304 commit 8acd224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AbstractGeneratedProxy.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ final protected function notifyMainThreadAboutDestruction(): void
101101
$destruct = new Destruct($this->hash, spl_object_hash($this));
102102
if ($this->deferredCallHandler instanceof DeferredCallHandler) {
103103
$this->deferredCallHandler->destruct($destruct);
104-
$this->deferredCallHandler->commit($this->out);
105104

106105
return;
107106
}

0 commit comments

Comments
 (0)