From cb3b7fe31465f882c75e42e37c6cb3a2715b0ec7 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 2 Dec 2019 14:10:15 +0800 Subject: [PATCH] ComposerUpdate --- vendor/composer/installed.json | 8 ++++---- .../think-library/src/service/ProcessService.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index da0f803f3..672f69993 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -401,12 +401,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "f9467058cbd283adf2ff97ec94713586162b83d9" + "reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f9467058cbd283adf2ff97ec94713586162b83d9", - "reference": "f9467058cbd283adf2ff97ec94713586162b83d9", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f949f1314090d6f4ac5590fcc3a7c50168fd2dd5", + "reference": "f949f1314090d6f4ac5590fcc3a7c50168fd2dd5", "shasum": "", "mirrors": [ { @@ -426,7 +426,7 @@ "qiniu/php-sdk": "^7.2", "topthink/framework": "5.1.*" }, - "time": "2019-12-02T03:40:05+00:00", + "time": "2019-12-02T03:46:41+00:00", "type": "library", "installation-source": "dist", "autoload": { diff --git a/vendor/zoujingli/think-library/src/service/ProcessService.php b/vendor/zoujingli/think-library/src/service/ProcessService.php index 5fa8f5a6e..7f431b589 100644 --- a/vendor/zoujingli/think-library/src/service/ProcessService.php +++ b/vendor/zoujingli/think-library/src/service/ProcessService.php @@ -48,7 +48,7 @@ class ProcessService extends Service /** * 创建异步进程 * @param string $command 任务指令 - * @return ProcessService + * @return $this */ public function create($command) {