1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable trailing_comma_in_multiline fixer (#647)

* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'
This commit is contained in:
Andreas Möller
2023-12-07 00:16:28 +01:00
committed by GitHub
parent 4ac417b3cb
commit c093fb5382
44 changed files with 278 additions and 272 deletions

View File

@@ -223,5 +223,5 @@ SIDEBAR_DATA;
// Print the common footer.
site_footer([
'sidebar' => $SIDEBAR
'sidebar' => $SIDEBAR,
]);