We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177d496 commit 5e338ccCopy full SHA for 5e338cc
src/Targets/Channel.php
@@ -5,14 +5,14 @@
5
class Channel implements Targetable
6
{
7
/**
8
- * PushBullet channel tag
+ * PushBullet channel tag.
9
*
10
* @var string
11
*/
12
protected $channelTag;
13
14
15
- * Set channel tag
+ * Set channel tag.
16
17
* @param string $channelTag
18
@@ -28,4 +28,4 @@ public function getTarget()
28
29
return ['channel_tag' => $this->channelTag];
30
}
31
-}
+}
0 commit comments