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

Commit

Permalink
Merge pull request #21 from andrey-helldar/analysis-qM6RnM
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Jan 30, 2018
2 parents e79e737 + 20fb2c9 commit 8cb746f
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 8cb746f

Please sign in to comment.