Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsoft authored and StyleCIBot committed Mar 6, 2017
1 parent 177d496 commit 5e338cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Targets/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
class Channel implements Targetable
{
/**
* PushBullet channel tag
* PushBullet channel tag.
*
* @var string
*/
protected $channelTag;

/**
* Set channel tag
* Set channel tag.
*
* @param string $channelTag
*/
Expand All @@ -28,4 +28,4 @@ public function getTarget()
{
return ['channel_tag' => $this->channelTag];
}
}
}

0 comments on commit 5e338cc

Please sign in to comment.