aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/CdnCacheUpdate.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2020-05-12 22:42:08 +0100
committerReedy <reedy@wikimedia.org>2020-05-15 00:32:23 +0100
commitc50ba9b190dde30e034ccaef42d9aed3383ba4e2 (patch)
treef031d0e5f0b5ad6fbcf5902b56dd3eb39dbd0f25 /includes/deferred/CdnCacheUpdate.php
parent411d927d4dda316fec7d68d9229374f2cfb5a1ed (diff)
downloadmediawikicore-c50ba9b190dde30e034ccaef42d9aed3383ba4e2.tar.gz
mediawikicore-c50ba9b190dde30e034ccaef42d9aed3383ba4e2.zip
Fix more PSR12.Properties.ConstantVisibility.NotFound
Change-Id: I0ccda3d1de29b1044f74ef0972949eb8fbcb707d
Diffstat (limited to 'includes/deferred/CdnCacheUpdate.php')
-rw-r--r--includes/deferred/CdnCacheUpdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/deferred/CdnCacheUpdate.php b/includes/deferred/CdnCacheUpdate.php
index fc0c77d5d5c4..0c4578830495 100644
--- a/includes/deferred/CdnCacheUpdate.php
+++ b/includes/deferred/CdnCacheUpdate.php
@@ -32,7 +32,7 @@ class CdnCacheUpdate implements DeferrableUpdate, MergeableUpdate {
private $titleTuples = [];
/** @var int Maximum seconds of rebound purge delay (sanity) */
- const MAX_REBOUND_DELAY = 300;
+ private const MAX_REBOUND_DELAY = 300;
/**
* @param string[]|Title[] $targets Collection of URLs/titles to be purged from CDN