mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +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 Charset
|
||||
abstract class Charset
|
||||
{
|
||||
const UTF_8 = 'utf-8';
|
||||
const UTF_7 = 'utf-7';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue