改名
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
namespace Snowflake\Process;
|
namespace Snowflake\Process;
|
||||||
|
|
||||||
|
|
||||||
use Snowflake\Exception\ComponentException;
|
use Exception;
|
||||||
use Snowflake\Snowflake;
|
use Snowflake\Snowflake;
|
||||||
use Swoole\Timer;
|
use Swoole\Timer;
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ class Biomonitoring extends Process
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param \Swoole\Process $process
|
* @param \Swoole\Process $process
|
||||||
* @throws ComponentException
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function onHandler(\Swoole\Process $process): void
|
public function onHandler(\Swoole\Process $process): void
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ abstract class Process extends \Swoole\Process implements SProcess
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Process $process
|
* @param Process $process
|
||||||
* @throws ComponentException
|
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function _load(Process $process)
|
public function _load(Process $process)
|
||||||
|
|||||||
Reference in New Issue
Block a user