From 08b10e765209f4204fc8b9dd12ac0148c71605aa Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Wed, 16 Sep 2015 02:41:37 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/EasyWeChat/Server/Guard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyWeChat/Server/Guard.php b/src/EasyWeChat/Server/Guard.php index 8fd062085..fe7881bd8 100644 --- a/src/EasyWeChat/Server/Guard.php +++ b/src/EasyWeChat/Server/Guard.php @@ -79,7 +79,7 @@ public function __construct(Request $request) /** * Handle and return response. * - * @return string + * @return Response * * @throws BadRequestException */