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

PHP-CS-Fixer を実行 #4914

Merged
merged 3 commits into from
Feb 17, 2021
Merged

PHP-CS-Fixer を実行 #4914

merged 3 commits into from
Feb 17, 2021

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Feb 12, 2021

概要(Overview・Refs Issue)

方針(Policy)

PHP-CS-Fixer によるコードフォーマットを適用する

テスト(Test)

GitHub Actions が正常実行されることを確認

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@chihiro-adachi chihiro-adachi added improvement 機能改善 and removed improvement 機能改善 labels Feb 16, 2021
@chihiro-adachi chihiro-adachi added this to the 4.1 milestone Feb 16, 2021
Copy link
Contributor

@okazy okazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ざっと確認してロジックレベルの変更がないことを確認しました。
取り込んで問題ないと思います。

@okazy
Copy link
Contributor

okazy commented Feb 17, 2021

以下のテストが落ちていたのでテストを再実行しました。
通ればマージします。

There was 1 failure:

1) Eccube\Tests\Web\Admin\Order\MailControllerTest::testIndex
Failed asserting that false is true.

/home/runner/work/ec-cube/ec-cube/tests/Eccube/Tests/Web/Admin/Order/MailControllerTest.php:82

@okazy okazy merged commit cdc41fc into EC-CUBE:4.1-core Feb 17, 2021
@okazy
Copy link
Contributor

okazy commented Feb 17, 2021

ありがとうございます。全てのテストが一度以上通ることを確認できたのでマージしました。

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

Successfully merging this pull request may close these issues.

None yet

3 participants