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