Skip to content

Commit 617833c

Browse files
authored
Merge pull request #13 from laravel-notification-channels/analysis-zeyWYe
Apply fixes from StyleCI
2 parents 177d496 + 5e338cc commit 617833c

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)