From 7d387306664347a325e4021b7a187223b876083e Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 1 Feb 2024 11:01:00 +0100 Subject: [PATCH] Fix alignment --- src/PhpArrayGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PhpArrayGenerator.php b/src/PhpArrayGenerator.php index bdc7129..544d522 100644 --- a/src/PhpArrayGenerator.php +++ b/src/PhpArrayGenerator.php @@ -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[''] = [