[PR #6] [MERGED] Add php-cs-fixer #232

Closed
opened 2026-01-15 11:46:09 +08:00 by yan · 0 comments
Owner

📋 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: masterHead: add-php-cs-fixer


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/kmvan/x-prober/pull/6 **Author:** [@jfcherng](https://github.com/jfcherng) **Created:** 10/2/2018 **Status:** ✅ Merged **Merged:** 10/2/2018 **Merged by:** [@kmvan](https://github.com/kmvan) **Base:** `master` ← **Head:** `add-php-cs-fixer` --- ### 📝 Commits (4) - [`df26dd7`](https://github.com/kmvan/x-prober/commit/df26dd7d3533f4b58919e07b976658f40679d4ae) Introduce php-cs-fixer - [`82523e5`](https://github.com/kmvan/x-prober/commit/82523e5551556aa9ac4462c0cc8ece2cdf1355bb) Apply php-cs-fixer - [`e1e3a98`](https://github.com/kmvan/x-prober/commit/e1e3a98d691ffd78382215cfcfa25b74244ef9c0) Fix abnormal indentation - [`3aa1f05`](https://github.com/kmvan/x-prober/commit/3aa1f05e2d497b3415da6e62e1b217285b94bd3a) Add missing type hint ### 📊 Changes **11 files changed** (+1388 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description 使用 `php-cs-fixer` 自動格式化代碼: `composer fix` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yan added the pull-request label 2026-01-15 11:46:09 +08:00
yan closed this issue 2026-01-15 11:46:10 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#232