update to 1.6 version

This commit is contained in:
whale
2020-07-11 15:53:30 +08:00
parent 23b1f797ad
commit 7b7a2d7010
8 changed files with 1141 additions and 166 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace ZM\Annotation\Swoole;
/**
* Class OnTaskWorkerStart
* @package ZM\Annotation\Swoole
* @Annotation
* @Target("METHOD")
*/
class OnTaskWorkerStart
{
}