Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mingyoung authored Jun 10, 2017
2 parents 964bd6a + 66a2896 commit 8c19697
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 8c19697

Please sign in to comment.