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.
Details
Details
- Reviewers
mainframe98 - Group Reviewers
O1: Blessed Committers - Commits
- rP98dd2dfba8bf: Fix return values in PhutilKeyValueCacheStack
Run static code analysis, don't get a complaint about a missing return value anymore.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Lint
Lint Not Applicable - Unit
Tests Not Applicable