Skip to content

Commit

Permalink
bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Nov 24, 2020
1 parent 5311e38 commit 1ebff43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ public function getTemplate(GatewayInterface $gateway = null)
}

/**
* @param string $type
* @param $type
*
* @return $this
*/
public function setType(string $type)
public function setType($type)
{
$this->type = $type;

Expand Down

0 comments on commit 1ebff43

Please sign in to comment.