Skip to content

Commit

Permalink
CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed May 11, 2017
1 parent bb805e1 commit 607333f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Gateways/SendcloudGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class SendcloudGateway extends Gateway
* @param \Overtrue\EasySms\Support\Config $config
*
* @return array
*
* @throws \Overtrue\EasySms\Exceptions\GatewayErrorException
*/
public function send($to, MessageInterface $message, Config $config)
{
Expand Down Expand Up @@ -72,7 +74,7 @@ protected function formatTemplateVars(array $vars)
}

/**
* @param string $params
* @param array $params
* @param string $key
*
* @return string
Expand Down

0 comments on commit 607333f

Please sign in to comment.