未验证 提交 49d99629 编写于 作者: 安正超 提交者: GitHub

Apply fixes from StyleCI (#134)

[ci skip] [skip ci]
上级 42e8cefc
......@@ -92,7 +92,7 @@ class Message implements MessageInterface
*/
public function getTemplate(GatewayInterface $gateway = null)
{
return is_callable($this->template) ? $this->template($gateway): $this->template;
return is_callable($this->template) ? $this->template($gateway) : $this->template;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册