This commit is contained in:
2021-03-19 10:31:25 +08:00
parent 2bd515a44d
commit 6bd4c6cff5
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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
{ {
-1
View File
@@ -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)