mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37: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\Imap\Enumerations;
|
|||
* @package Imap
|
||||
* @subpackage Enumerations
|
||||
*/
|
||||
class FolderStatus
|
||||
abstract class FolderStatus
|
||||
{
|
||||
const MESSAGES = 'MESSAGES';
|
||||
const RECENT = 'RECENT';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue