mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-14 09:44:44 +00:00
Bump EditStashCache version
I0a30e044877c6c858af3ff73f819d5ec7c4cc769 added a new param to ParserStatus. Bug: T291123 Change-Id: Ie82d01d85a189081b45a1d34a0f5390536163ee4
This commit is contained in:
parent
ee3d7c39e9
commit
742cc865ad
|
@ -15,7 +15,7 @@ use Psr\Log\LoggerInterface;
|
|||
*/
|
||||
class EditStashCache {
|
||||
|
||||
private const CACHE_VERSION = 'v3';
|
||||
private const CACHE_VERSION = 'v4';
|
||||
|
||||
/** @var BagOStuff */
|
||||
private $cache;
|
||||
|
|
Loading…
Reference in a new issue