Fix PSR12.Properties.ConstantVisibility.NotFound

Bug: T253169
Change-Id: I92970c67565792e8d2282e9f4c4c02a61ed30dbe
This commit is contained in:
Reedy 2020-05-20 01:06:40 +01:00
parent e78349b8ff
commit 0deac36b6e

View file

@ -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()