Skip to content

Commit

Permalink
Apply fixes from StyleCI (overtrue#108)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Jun 13, 2018
1 parent 3b66b18 commit 4e9f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/YunpianGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down

0 comments on commit 4e9f84c

Please sign in to comment.