Add missing return typehint
[MAILPOET-4659]
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace MailPoet\API\REST;
|
||||
|
||||
interface Exception {
|
||||
public function getStatusCode();
|
||||
public function getStatusCode(): int;
|
||||
|
||||
public function getErrorCode(): string;
|
||||
|
||||
|
Reference in New Issue
Block a user