变更
This commit is contained in:
@@ -6,9 +6,9 @@ interface ActorInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param mixed $message
|
||||
* @param ActorMessage $message
|
||||
* @return void
|
||||
*/
|
||||
public function process(mixed $message): void;
|
||||
public function process(ActorMessage $message): void;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user