Skip to content
New issue

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

ソース整形 配列末尾のカンマと閉じ括弧を改行する #1017 #1050

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seasoftjapan
Copy link
Contributor

  • 手打ちで改行を追加。
  • VSCode で整形。
  • 関数呼び出しで、複数の引数の一部で可読性が悪い箇所は、一旦変数に収めた。
  • 一次元配列はケツカンマを削除して1行に収めた。
  • php-cs-fixer 実行。

fixed #1017

- 手打ちで改行を追加。
- VSCode で整形。
- 関数呼び出しで、複数の引数の一部で可読性が悪い箇所は、一旦変数に収めた。
- 一次元配列はケツカンマを削除して1行に収めた。
- php-cs-fixer 実行。
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

Attention: Patch coverage is 32.60870% with 31 lines in your changes missing coverage. Please review.

Please upload report for BASE (master@e4af84a). Learn more about missing BASE report.

Files with missing lines Patch % Lines
data/class/api/SC_Api_Operation.php 0.00% 11 Missing ⚠️
data/class/api/SC_Api_Utils.php 0.00% 4 Missing ⚠️
data/class/helper/SC_Helper_DB.php 50.00% 4 Missing ⚠️
data/class/api/operations/CartAdd.php 0.00% 2 Missing ⚠️
data/class/api/operations/CartClear.php 0.00% 2 Missing ⚠️
data/class/api/operations/CartCreate.php 0.00% 2 Missing ⚠️
data/class/api/operations/CartGet.php 0.00% 2 Missing ⚠️
data/class/api/operations/CartModify.php 0.00% 2 Missing ⚠️
data/class/api/operations/GetVersion.php 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1050   +/-   ##
=========================================
  Coverage          ?   51.67%           
=========================================
  Files             ?       80           
  Lines             ?    10224           
  Branches          ?        0           
=========================================
  Hits              ?     5283           
  Misses            ?     4941           
  Partials          ?        0           
Flag Coverage Δ
tests 51.67% <32.60%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ソース整形 配列末尾のカンマと閉じ括弧を改行する
1 participant