Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Feb 1, 2024
1 parent b5f8fba commit 7d38730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpArrayGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static function generate( Translations $translations, array $options = []
* @return array
*/
protected static function toArray( Translations $translations, $include_headers, $force_array = false ) {
$messages = [];
$messages = [];

if ( $include_headers ) {
$messages[''] = [
Expand Down

0 comments on commit 7d38730

Please sign in to comment.