Skip to content

Commit 67febe6

Browse files
committed
chore(composer): 移除 PHP CS Fixer 配置中的自定义规则
- 修改 composer.json 中 php-cs-fixer 脚本命令,去除 [email protected] 参数
1 parent 59f77d2 commit 67febe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"sort-packages": true
5656
},
5757
"scripts": {
58-
"php-cs-fixer": "php-cs-fixer fix src/ --[email protected] --dry-run --diff"
58+
"php-cs-fixer": "php-cs-fixer fix src/ --dry-run --diff"
5959
}
6060
}

0 commit comments

Comments
 (0)