Fixed analyse.

This commit is contained in:
李铭昕 2019-11-13 16:57:31 +08:00
parent 08fa48010a
commit f52a0aa126
2 changed files with 1 additions and 3 deletions

View File

@ -8,6 +8,7 @@
- [#913](https://github.com/hyperf/hyperf/pull/913) Added `Hyperf\ExceptionHandler\Listener\ErrorExceptionHandler`.
- [#931](https://github.com/hyperf/hyperf/pull/931) Added `strict_mode` for config-apollo.
- [#933](https://github.com/hyperf/hyperf/pull/933) Added plates template engine for view.
- [#937](https://github.com/hyperf/hyperf/pull/937) Added consume events for nats.
## Fixed

View File

@ -21,9 +21,6 @@ abstract class Event
*/
protected $consumer;
/**
* @param mixed $data
*/
public function __construct(AbstractConsumer $consumer)
{
$this->consumer = $consumer;