Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
f88a7bd5
Unverified
Commit
f88a7bd5
authored
Jun 15, 2019
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tiny docblock fixes: Exception\TelegramException -> TelegramException
parent
4b38992f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Conversation.php
src/Conversation.php
+4
-4
No files found.
src/Conversation.php
View file @
f88a7bd5
...
@@ -166,7 +166,7 @@ class Conversation
...
@@ -166,7 +166,7 @@ class Conversation
* Currently the Conversation is not deleted but just set to 'stopped'
* Currently the Conversation is not deleted but just set to 'stopped'
*
*
* @return bool
* @return bool
* @throws
Exception\
TelegramException
* @throws TelegramException
*/
*/
public
function
stop
()
public
function
stop
()
{
{
...
@@ -177,7 +177,7 @@ class Conversation
...
@@ -177,7 +177,7 @@ class Conversation
* Cancel the current conversation
* Cancel the current conversation
*
*
* @return bool
* @return bool
* @throws
Exception\
TelegramException
* @throws TelegramException
*/
*/
public
function
cancel
()
public
function
cancel
()
{
{
...
@@ -190,7 +190,7 @@ class Conversation
...
@@ -190,7 +190,7 @@ class Conversation
* @param string $status
* @param string $status
*
*
* @return bool
* @return bool
* @throws
Exception\
TelegramException
* @throws TelegramException
*/
*/
protected
function
updateStatus
(
$status
)
protected
function
updateStatus
(
$status
)
{
{
...
@@ -214,7 +214,7 @@ class Conversation
...
@@ -214,7 +214,7 @@ class Conversation
* Store the array/variable in the database with json_encode() function
* Store the array/variable in the database with json_encode() function
*
*
* @return bool
* @return bool
* @throws
Exception\
TelegramException
* @throws TelegramException
*/
*/
public
function
update
()
public
function
update
()
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment