fix:更新已知bug,优化代码
This commit is contained in:
@@ -30,7 +30,7 @@ use Psr\EventDispatcher\StoppableEventInterface;
|
||||
*/
|
||||
class Event implements StoppableEventInterface
|
||||
{
|
||||
private $propagationStopped = false;
|
||||
private bool $propagationStopped = false;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
||||
Reference in New Issue
Block a user