TencentCloud / tencentcloud-sdk-php

Tencent Cloud API 3.0 SDK for PHP
Apache License 2.0
351 stars 188 forks source link

replace double-quote by single-quote for unify code style #71

Closed charescape closed 2 years ago

zqfan commented 4 years ago

@charescape most files are auto generated, so we cannot merge this pr. but can you explain a bit for the reason to unify? which code style are you following?

charescape commented 4 years ago

@zqfan 其实也并非是官方的代码规范,而是目前大部分框架(Symfony/Laravel/Yii2)和类库都在遵循这个规范,还有 AWS-SDK,阿里云新版SDK,代码规范和质量都挺高,所以建议腾讯云也能够跟进

如果代码是自动生成的,可以考虑使用 https://github.com/FriendsOfPhp/PHP-CS-Fixer 命令行进行自动格式化