Skip to content

Commit 817d828

Browse files
committed
style: phpcbf auto-fix array spacing in webpack-generated asset file
https://claude.ai/code/session_01DG7h2psTB1ThgNtaQtMRMa
1 parent 5257819 commit 817d828

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
<?php return array('dependencies' => array('wp-i18n'), 'version' => '50cccf8ce7b8a771d36a');
1+
<?php return array(
2+
'dependencies' => array( 'wp-i18n' ),
3+
'version' => '50cccf8ce7b8a771d36a',
4+
);

0 commit comments

Comments
 (0)