变更
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Actor;
|
||||
|
||||
interface ActorInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param mixed $message
|
||||
* @return void
|
||||
*/
|
||||
public function process(mixed $message): void;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user