add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/pint.md Normal file
View File

@@ -0,0 +1,24 @@
# Pint
> 基于 PHP-CS-Fixer 的一种有意见的 PHP 代码风格修复工具。
> 更多信息:<https://laravel.com/docs/pint>。
- 执行代码风格修复:
`pint`
- 显示所有被更改的文件:
`pint -v`
- 执行代码风格检查而不应用更改:
`pint --test`
- 使用特定配置文件执行代码风格修复:
`pint --config {{path/to/pint.json}}`
- 使用特定预设执行代码风格修复:
`pint --preset {{psr12}}`