This commit is contained in:
2020-12-23 16:28:40 +08:00
parent 0ad2125eff
commit 41dbb91936
+1 -1
View File
@@ -16,7 +16,7 @@ interface ConsumerInterface
* @param Struct $struct
* @return mixed
*/
public function onHandler(Struct $struct): mixed;
public function onHandler(Struct $struct): void;
}