Add missing return typehint

[MAILPOET-4659]
This commit is contained in:
Jan Jakes
2022-10-03 15:52:54 +02:00
committed by Jan Jakeš
parent 7425c73d9e
commit 9e86fa69b9

View File

@@ -3,7 +3,7 @@
namespace MailPoet\API\REST;
interface Exception {
public function getStatusCode();
public function getStatusCode(): int;
public function getErrorCode(): string;