From 4e9f84c2c49ecebb5240472e8c29e1ec29815aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 13 Jun 2018 21:25:26 +0800 Subject: [PATCH] Apply fixes from StyleCI (#108) [ci skip] [skip ci] --- src/Gateways/YunpianGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gateways/YunpianGateway.php b/src/Gateways/YunpianGateway.php index 3c5adaf..32bb6db 100644 --- a/src/Gateways/YunpianGateway.php +++ b/src/Gateways/YunpianGateway.php @@ -51,7 +51,7 @@ public function send(PhoneNumberInterface $to, MessageInterface $message, Config 'mobile' => $to->getUniversalNumber(), 'text' => $message->getContent($this), ], - 'exceptions' => false + 'exceptions' => false, ]); if ($result['code']) {