Codestyle

[MAILPOET-4253]
This commit is contained in:
David Remer
2022-06-14 09:33:38 +03:00
committed by Veljko V
parent c850f18b35
commit dec4a12882

View File

@@ -6,8 +6,7 @@ use MailPoet\Logging\LoggerFactory;
use MailPoet\WP\Functions as WPFunctions;
use WP_Error;
class
API {
class API {
const SENDING_STATUS_OK = 'ok';
const SENDING_STATUS_CONNECTION_ERROR = 'connection_error';
const SENDING_STATUS_SEND_ERROR = 'send_error';