mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Enumeration classes to be abstract
This commit is contained in:
parent
7b03ae5ed8
commit
63d9ce9c4b
19 changed files with 19 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ namespace MailSo\Base\Enumerations;
|
|||
* @package Base
|
||||
* @subpackage Enumerations
|
||||
*/
|
||||
class Encoding
|
||||
abstract class Encoding
|
||||
{
|
||||
const QUOTED_PRINTABLE = 'Quoted-Printable';
|
||||
const QUOTED_PRINTABLE_LOWER = 'quoted-printable';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue