Skip to content

Commit

Permalink
Apply fixes from StyleCI (botman#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Nov 4, 2017
1 parent e18a9ef commit eb26a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BotMan.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function on($name, $callback)
{
$this->events[] = [
'name' => $name,
'callback' => $this->getCallable($callback)
'callback' => $this->getCallable($callback),
];
}

Expand Down
2 changes: 1 addition & 1 deletion tests/BotManDriverEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ public function event($payload, $bot)
{
$_SERVER['event_payload'] = $payload;
}
}
}

0 comments on commit eb26a66

Please sign in to comment.