Skip to content

Commit

Permalink
Apply fixes from php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Oct 28, 2021
1 parent 5d7e628 commit e7a1cc0
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 30 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"cs-check": "/usr/bin/env php ./vendor/bin/php-cs-fixer fix --dry-run",
"cs-fix": "/usr/bin/env php ./vendor/bin/php-cs-fixer fix"
}
}
}
7 changes: 4 additions & 3 deletions example/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Lufyy\HbaseExample;

Expand Down
7 changes: 4 additions & 3 deletions example/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Lufyy\HbaseExample;

Expand Down
7 changes: 4 additions & 3 deletions example/Put.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Lufyy\HbaseExample;

Expand Down
8 changes: 5 additions & 3 deletions publish/hbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/

return [
'default' => [
'host' => env('ALIHBASE_HOST', 'localhost'),
Expand Down
7 changes: 4 additions & 3 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Luffy\AliHbaseThrift;

Expand Down
7 changes: 4 additions & 3 deletions src/Exception/MethodNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Luffy\AliHbaseThrift\Exception;

Expand Down
7 changes: 4 additions & 3 deletions src/Service/AliHbaseThriftInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Luffy\AliHbaseThrift\Serivce;

Expand Down
11 changes: 6 additions & 5 deletions src/Service/AliHbaseThriftService.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Luffy\AliHbaseThrift\Serivce;

Expand Down Expand Up @@ -49,8 +50,8 @@ public function __construct($host, $port, $key_id, $signature)
}

/**
* @param $name
* @param $arguments
* @param $name
* @param $arguments
* @throws MethodNotFoundException
* @return mixed
*/
Expand Down
7 changes: 4 additions & 3 deletions src/Service/HbaseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
* This file is part of thrift2-hbase.
*
* @link https://github.com/sy-records/thrift2-hbase
* @document https://github.com/sy-records/thrift2-hbase
* @contact 52o@qq52o.cn
* @license https://github.com/sy-records/thrift2-hbase/blob/master/LICENSE
* @contact Lu Fei <52o@qq52o.cn>
*
* For the full copyright and license information,
* please view the LICENSE file that was distributed with this source code.
*/
namespace Luffy\AliHbaseThrift\Serivce;

Expand Down

0 comments on commit e7a1cc0

Please sign in to comment.