Skip to content

Commit

Permalink
Apply fixes from StyleCI (#187)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Apr 26, 2019
1 parent 66221f0 commit 6f220c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/ChuanglanGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ChuanglanGateway extends Gateway
public function send(PhoneNumberInterface $to, MessageInterface $message, Config $config)
{
$IDDCode = !empty($to->getIDDCode()) ? $to->getIDDCode() : 86;

$params = [
'account' => $config->get('account'),
'password' => $config->get('password'),
Expand Down

0 comments on commit 6f220c2

Please sign in to comment.