Skip to content

Commit 5e338cc

Browse files
alexsoftStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 177d496 commit 5e338cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Targets/Channel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
class Channel implements Targetable
66
{
77
/**
8-
* PushBullet channel tag
8+
* PushBullet channel tag.
99
*
1010
* @var string
1111
*/
1212
protected $channelTag;
1313

1414
/**
15-
* Set channel tag
15+
* Set channel tag.
1616
*
1717
* @param string $channelTag
1818
*/
@@ -28,4 +28,4 @@ public function getTarget()
2828
{
2929
return ['channel_tag' => $this->channelTag];
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)