mediawiki-extensions-Echo/includes/EmailFormat.php
Reedy 2afb728a10 Fix PSR12.Properties.ConstantVisibility.NotFound
Bug: T253169
Change-Id: I506e43629a30ef34c9154b8212878255de7d90b9
2020-09-19 21:26:38 +00:00

7 lines
103 B
PHP

<?php
class EchoEmailFormat {
public const HTML = 'html';
public const PLAIN_TEXT = 'plain-text';
}