mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
update some strict parameters and separate easter eggs
This commit is contained in:
@@ -24,13 +24,11 @@ use ZM\Annotation\Interfaces\Level;
|
||||
class BindEvent extends AnnotationBase implements Level
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
* @Required()
|
||||
*/
|
||||
public $event_class;
|
||||
public string $event_class;
|
||||
|
||||
/** @var int */
|
||||
public $level = 800;
|
||||
public int $level = 800;
|
||||
|
||||
/**
|
||||
* @param string $event_class 绑定事件的类型
|
||||
|
||||
Reference in New Issue
Block a user