Skip to content

Commit f88a7bd

Browse files
committed
Tiny docblock fixes: Exception\TelegramException -> TelegramException
1 parent 4b38992 commit f88a7bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Conversation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected function start()
166166
* Currently the Conversation is not deleted but just set to 'stopped'
167167
*
168168
* @return bool
169-
* @throws Exception\TelegramException
169+
* @throws TelegramException
170170
*/
171171
public function stop()
172172
{
@@ -177,7 +177,7 @@ public function stop()
177177
* Cancel the current conversation
178178
*
179179
* @return bool
180-
* @throws Exception\TelegramException
180+
* @throws TelegramException
181181
*/
182182
public function cancel()
183183
{
@@ -190,7 +190,7 @@ public function cancel()
190190
* @param string $status
191191
*
192192
* @return bool
193-
* @throws Exception\TelegramException
193+
* @throws TelegramException
194194
*/
195195
protected function updateStatus($status)
196196
{
@@ -214,7 +214,7 @@ protected function updateStatus($status)
214214
* Store the array/variable in the database with json_encode() function
215215
*
216216
* @return bool
217-
* @throws Exception\TelegramException
217+
* @throws TelegramException
218218
*/
219219
public function update()
220220
{

0 commit comments

Comments
 (0)