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
- Branch
- workflowReturnInt (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 2114 Build 2114: arc lint + arc unit