1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Ignore unreference() during garbage collection in Loop::set()

This commit is contained in:
Niklas Keller 2017-12-20 22:02:49 +01:00
parent b498a6bb3b
commit 321ed31bfc

View File

@ -46,6 +46,10 @@ final class Loop {
// do nothing // do nothing
} }
public function unreference(string $watcherId) {
// ignore
}
public function getHandle() { public function getHandle() {
return null; return null;
} }