We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#996 で、配列の末尾が , ] となった箇所を ,\n] の要領で改行する。 実際には、妥当なインデントに調整する必要がある。
, ]
,\n]
関連: #996 (comment)
The text was updated successfully, but these errors were encountered:
ソース整形 配列末尾のカンマと閉じ括弧を改行する #1017
a363124
- 手打ちで改行を追加。 - VSCode で整形。 - 関数呼び出しで、複数の引数の一部で可読性が悪い箇所は、一旦変数に収めた。 - 一次元配列はケツカンマを削除して1行に収めた。 - php-cs-fixer 実行。
Merge pull request #1050 from EC-CUBE/seasoft-1017
6d133f4
seasoftjapan
Successfully merging a pull request may close this issue.
#996 で、配列の末尾が
, ]
となった箇所を,\n]
の要領で改行する。実際には、妥当なインデントに調整する必要がある。
関連: #996 (comment)
The text was updated successfully, but these errors were encountered: