Skip to content

Commit

Permalink
Merge pull request #13 from laravel-notification-channels/analysis-ze…
Browse files Browse the repository at this point in the history
…yWYe

Apply fixes from StyleCI
  • Loading branch information
alexsoft authored Mar 6, 2017
2 parents 177d496 + 5e338cc commit 617833c
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 617833c

Please sign in to comment.