Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored and StyleCIBot committed Jan 30, 2018
1 parent e79e737 commit 20fb2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controllers/MainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function execute($method = 'execute')

return (new Execute())->{$method}($method);
}

/**
* @param string $method
*
Expand All @@ -179,7 +179,7 @@ public function execute($method = 'execute')
public function messages($method = 'send')
{
$this->checkAuth();

return (new Messages())->{$method}($method);
}
}

0 comments on commit 20fb2c9

Please sign in to comment.