First unit tests, misc fixes
This commit is contained in:
@ -7,4 +7,6 @@ interface SubscriberInterface
|
||||
public function deliver(Message $message): void;
|
||||
|
||||
public function isAuthorized(): bool;
|
||||
|
||||
public function getPayload(): ?array;
|
||||
}
|
Reference in New Issue
Block a user