Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maknz committed May 5, 2014
1 parent ff9ff24 commit f02ecf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Maknz/Slack/SlackClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ class SlackClient {
* Instantiate a new client
*
* @param \GuzzleHttp\Client $client
* @param string $account
* @param string $token
* @param string $endpoint
* @param string $defaultChannel
* @param string $defaultUsername
*/
public function __construct(Guzzle $client,
$account,
$token,
$endpoint,
$defaultChannel,
$defaultUsername) {
$this->client = $client;
Expand Down

0 comments on commit f02ecf9

Please sign in to comment.