Cleanups storage.
Overrides StoreInterface::cleanup
public function cleanup() : void { // unlock everything foreach ($this->locks as $lock) { flock($lock, \LOCK_UN); fclose($lock); } $this->locks = []; }