modify
This commit is contained in:
@@ -12,11 +12,14 @@ interface ConsumerInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param Struct $struct
|
||||
* @return mixed
|
||||
*/
|
||||
public function onHandler(Struct $struct): void;
|
||||
/**
|
||||
* @param Struct $struct
|
||||
* @return mixed
|
||||
*/
|
||||
public function onHandler(Struct $struct): void;
|
||||
|
||||
|
||||
public function setParams(...$params): void;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user