Skip to content

Commit

Permalink
Apply fixes from StyleCI (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Feb 4, 2018
1 parent 2a2337b commit 6f4abc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SlackRTMDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function connected()
}

/**
* Returns the authenticated bot user ID
* Returns the authenticated bot user ID.
* @return string
*/
public function getBotUserId()
Expand All @@ -87,7 +87,7 @@ public function getBotUserId()
}

/**
* Returns the authenticated bot ID
* Returns the authenticated bot ID.
* @return string
*/
public function getBotId()
Expand Down

0 comments on commit 6f4abc5

Please sign in to comment.