Page MenuHomePhorge

Fix return values in PhutilKeyValueCacheStack
ClosedPublic

Authored by aklapper on Sun, Jun 15, 10:48.

Details

Summary

PhutilKeyValueCacheStack::setKeys(), PhutilKeyValueCacheStack::deleteKeys(), PhutilKeyValueCacheStack::destroyCache() are all supposed to return $this like all other implementations of the methods in parent class PhutilKeyValueCache already do.
Thus add missing return statements.

Test Plan

Run static code analysis, don't get a complaint about a missing return value anymore.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable