Closed nanasess closed 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_
PHPUnit が依存しているライブラリの影響で、php-cs-fixer のバージョンアップができないため
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_