Autofix namespace declaration spacing

[MAILPOET-2409]
This commit is contained in:
Jan Jakeš
2019-09-30 15:29:35 +02:00
committed by Jack Kitterhing
parent 37adffaeb6
commit 1b5b9d89ff
332 changed files with 344 additions and 5 deletions

View File

@ -1,4 +1,5 @@
<?php
namespace MailPoet\API\JSON;
use MailPoet\API\JSON\Endpoint;

View File

@ -1,4 +1,5 @@
<?php
namespace MailPoet\API\JSON;
final class Error {

View File

@ -1,6 +1,7 @@
<?php
namespace MailPoet\API\JSON;
use MailPoet\WP\Functions as WPFunctions;
class ErrorResponse extends Response {

View File

@ -1,5 +1,7 @@
<?php
namespace MailPoet\API\JSON;
use MailPoet\WP\Functions as WPFunctions;
abstract class Response {

View File

@ -1,4 +1,5 @@
<?php
namespace MailPoet\API\JSON;
class SuccessResponse extends Response {