Fix coding standards with phpcbf

This commit is contained in:
IanDelMar 2023-10-10 13:20:08 +00:00 committed by github-actions[bot]
parent 9cb4c6ed21
commit 384052dfbb
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ foreach ( $understrap_includes as $file ) {
function trigger_fixable_cs_error() {
$array = array(
'key1' => 'value1',
'key11111' => 'value11111'
'key1' => 'value1',
'key11111' => 'value11111',
);
}