EC-CUBE / ec-cube2

EC-CUBE official repository version 2
https://www.ec-cube.net
Other
86 stars 98 forks source link

PHPUnit のバージョンアップ #1020

Closed nanasess closed 1 month ago

nanasess commented 1 month ago

PHPUnit が依存しているライブラリの影響で、php-cs-fixer のバージョンアップができないため

          `'statement_indentation' => ['stick_comment_to_next_continuous_control_statement' => true]` とすることで対応できそうです。

https://cs.symfony.com/doc/rules/whitespace/statement_indentation.html が、 composer の依存関係の問題で、現在 php-cs-fixer 3.9.5 がインストールされています。 このバージョンでは上記オプションは未実装のため、利用できないようです。 PHPUnit のバージョンを上げることで、上記オプションも利用できるようになりそうなので、別途対応しようと思います。

_Originally posted by @nanasess in https://github.com/EC-CUBE/ec-cube2/pull/996#discussion_r1781454500_