objectcache: Fix grammar error in BagOStuff::getWithToken doc
Follows-up 1fa1235d32.
Change-Id: I19a4430609423f5ff32a1014ed21131175469adf
This commit is contained in:
parent
7662212384
commit
92b197dc59
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ abstract class BagOStuff implements LoggerAwareInterface {
|
|||
abstract protected function doGet( $key, $flags = 0 );
|
||||
|
||||
/**
|
||||
* @note: This method is only needed if cas() is not is used for merge()
|
||||
* @note: This method is only needed if merge() uses mergeViaCas()
|
||||
*
|
||||
* @param string $key
|
||||
* @param mixed $casToken
|
||||
|
|
|
|||
Loading…
Reference in a new issue