Overrides ReferenceCounterInterface::release
public function release() : void { if (--$this->count || $this->onStale === null) { return; } ($this->stale)($this); }