Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:03:42 +00:00
parent 7ac791ce68
commit a3b5086c27
2 changed files with 56 additions and 56 deletions

View File

@ -12,33 +12,33 @@
declare(strict_types=1); declare(strict_types=1);
return ['Messages' => [ return ['Messages' => [
'All' => '', 'All' => '',
'AverageAmount' => '', 'AverageAmount' => '',
'BCC' => '', 'BCC' => '',
'CC' => '', 'CC' => '',
'Date' => '', 'Date' => '',
'Draft' => '', 'Draft' => '',
'From' => '', 'From' => '',
'Inbox' => '', 'Inbox' => '',
'Interval' => '', 'Interval' => '',
'Mailboxes' => '', 'Mailboxes' => '',
'Messages' => '', 'Messages' => '',
'Month' => '', 'Month' => '',
'New' => '', 'New' => '',
'Outbox' => '', 'Outbox' => '',
'Received' => '', 'Received' => '',
'Sent' => '', 'Sent' => '',
'Spam' => '', 'Spam' => '',
'Statistics' => '', 'Statistics' => '',
'Status' => '', 'Status' => '',
'Subject' => '', 'Subject' => '',
'Tag' => '', 'Tag' => '',
'To' => '', 'To' => '',
'Today' => '', 'Today' => '',
'Trash' => '', 'Trash' => '',
'Week' => '', 'Week' => '',
'Year' => '', 'Year' => '',
'Select' => '', 'Select' => '',
'Save' => '', 'Save' => '',
'Delete' => '', 'Delete' => '',
]]; ]];

View File

@ -12,33 +12,33 @@
declare(strict_types=1); declare(strict_types=1);
return ['Messages' => [ return ['Messages' => [
'All' => 'All', 'All' => 'All',
'AverageAmount' => 'Avg. Amount', 'AverageAmount' => 'Avg. Amount',
'BCC' => 'BCC', 'BCC' => 'BCC',
'CC' => 'CC', 'CC' => 'CC',
'Date' => 'Date', 'Date' => 'Date',
'Draft' => 'Draft', 'Draft' => 'Draft',
'From' => 'From', 'From' => 'From',
'Inbox' => 'Inbox', 'Inbox' => 'Inbox',
'Interval' => 'Interval', 'Interval' => 'Interval',
'Mailboxes' => 'Mailboxes', 'Mailboxes' => 'Mailboxes',
'Messages' => 'Messages', 'Messages' => 'Messages',
'Month' => 'Month', 'Month' => 'Month',
'New' => 'New', 'New' => 'New',
'Outbox' => 'Outbox', 'Outbox' => 'Outbox',
'Received' => 'Received', 'Received' => 'Received',
'Sent' => 'Sent', 'Sent' => 'Sent',
'Spam' => 'Spam', 'Spam' => 'Spam',
'Statistics' => 'Statistics', 'Statistics' => 'Statistics',
'Status' => 'Status', 'Status' => 'Status',
'Subject' => 'Subject', 'Subject' => 'Subject',
'Tag' => 'Tag', 'Tag' => 'Tag',
'To' => 'To', 'To' => 'To',
'Today' => 'Today', 'Today' => 'Today',
'Trash' => 'Trash', 'Trash' => 'Trash',
'Week' => 'Week', 'Week' => 'Week',
'Year' => 'Year', 'Year' => 'Year',
'Select' => '', 'Select' => '',
'Save' => '', 'Save' => '',
'Delete' => '', 'Delete' => '',
]]; ]];