@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace NotificationChannels\Twitter; |
4 | 4 | |
5 | 5 | use Abraham\TwitterOAuth\TwitterOAuth; |
6 | -use Illuminate\Notifications\Notifiable; |
|
7 | 6 | use Illuminate\Notifications\Notification; |
8 | 7 | use NotificationChannels\Twitter\Exceptions\CouldNotSendNotification; |
9 | 8 |
@@ -101,7 +101,7 @@ |
||
101 | 101 | |
102 | 102 | /** |
103 | 103 | * Check if the message length is too long |
104 | - * @param $content |
|
104 | + * @param string $content |
|
105 | 105 | * @param $brevity |
106 | 106 | * @return int |
107 | 107 | */ |