mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 09:19:40 +08:00
[PR #6] [MERGED] Add php-cs-fixer #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kmvan/x-prober/pull/6
Author: @jfcherng
Created: 10/2/2018
Status: ✅ Merged
Merged: 10/2/2018
Merged by: @kmvan
Base:
master← Head:add-php-cs-fixer📝 Commits (4)
df26dd7Introduce php-cs-fixer82523e5Apply php-cs-fixere1e3a98Fix abnormal indentation3aa1f05Add missing type hint📊 Changes
11 files changed (+1388 additions, -24 deletions)
View changed files
➕
.gitignore(+2 -0)➕
.php_cs53(+64 -0)➕
.php_cs72(+66 -0)📝
compiler/Compiler.php(+5 -5)📝
compiler/LanguageGeneration.php(+9 -9)📝
composer.json(+8 -0)➕
composer.lock(+1223 -0)📝
src/Helper/Api.php(+5 -4)📝
src/PhpExtensionInfo/PhpExtensionInfo.php(+3 -3)📝
src/PhpInfo/PhpInfo.php(+2 -2)📝
src/ServerInfo/ServerInfo.php(+1 -1)📄 Description
使用
php-cs-fixer自動格式化代碼:composer fix🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.