User tests: Successful: Unsuccessful:
The https://github.com/PHP-CS-Fixer/PHP-CS-Fixer project is another code style fixer for PHP which we have a config for since #10992 but actually never used. This pr integrates it into drone and fixes the code base, primarily adding a trailing comma on multiline arrays where phpcs has a big weakness.
On the other side the PHP CS Fixer can't properly handle files where HTML syntax is mixed with PHP code, so it makes sense to use both projects in our CI pipeline.
This pr is a result from #39739 (review).
This can be merged by review.
Category | ⇒ | Unit Tests Administration com_admin com_associations com_banners com_cache com_categories com_checkin com_config com_contact |
Status | New | ⇒ | Pending |
Labels |
Added:
?
PR-4.3-dev
|
Category | Unit Tests Administration com_admin com_associations com_banners com_cache com_categories com_checkin com_config com_contact | ⇒ | Unit Tests Administration com_admin com_associations com_banners com_cache |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-31 10:19:58 |
Closed_By | ⇒ | HLeithner |
Thanks