Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung authored and StyleCIBot committed May 27, 2020
1 parent ad05423 commit e7b2048
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app/wechat/controller/Wechat.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

declare(strict_types=1);

/*
* This file is part of TAnt.
* @link https://github.com/edenleung/think-admin
* @document https://www.kancloud.cn/manual/thinkphp6_0
* @contact QQ Group 996887666
* @author Eden Leung 758861884@qq.com
* @copyright 2019 Eden Leung
* @license https://github.com/edenleung/think-admin/blob/6.0/LICENSE.txt
*/

namespace app\wechat\controller;

use app\BaseController;
Expand All @@ -24,7 +34,7 @@ public function index()
}

/**
* 微信公众号授权
* 微信公众号授权.
*
* @return void
*/
Expand All @@ -37,9 +47,10 @@ public function oauth()
}

/**
* 微信授权回调
* 微信授权回调.
*
* @param MemberService $member
*
* @return void
*/
public function callback(MemberService $member)
Expand Down

0 comments on commit e7b2048

Please sign in to comment.