mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
Fix PSR12.Properties.ConstantVisibility.NotFound
Bug: T253169 Change-Id: I92970c67565792e8d2282e9f4c4c02a61ed30dbe
This commit is contained in:
parent
e78349b8ff
commit
0deac36b6e
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
class TemplateDataCompressedBlob extends TemplateDataBlob {
|
||||
// Size of MySQL 'blob' field; page_props table where the data is stored uses one.
|
||||
const MAX_LENGTH = 65535;
|
||||
private const MAX_LENGTH = 65535;
|
||||
|
||||
/**
|
||||
* @var string|null In-object cache for getJSONForDatabase()
|
||||
|
|
Loading…
Reference in a new issue