Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
mingyoung authored and StyleCIBot committed Jun 10, 2017
1 parent 964bd6a commit 66a2896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Applications/OpenPlatform/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Application extends ServiceContainer
*/
public function createOfficialAccount(string $appId, string $refreshToken)
{
$instance = new OfficialAccount([/** todo */]);
$instance = new OfficialAccount([/* todo */]);

$instance['oauth'] = $this->offsetGet('open_platform.oauth');
$instance['server'] = $this->offsetGet('open_platform.server');
Expand Down

0 comments on commit 66a2896

Please sign in to comment.