Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:03:45 +00:00
parent 6126fbdad8
commit b249f2644f
2 changed files with 34 additions and 34 deletions

View File

@ -12,22 +12,22 @@
declare(strict_types=1);
return ['Marketing' => [
'Actual' => '',
'Budget' => '',
'Actual' => '',
'Budget' => '',
'Description' => '',
'End' => '',
'Event' => '',
'Events' => '',
'Expenses' => '',
'Limit' => '',
'Location' => '',
'Name' => '',
'Promotion' => '',
'Promotions' => '',
'Sales' => '',
'Start' => '',
'Status' => '',
'Title' => '',
'Type' => '',
'Due' => '',
'End' => '',
'Event' => '',
'Events' => '',
'Expenses' => '',
'Limit' => '',
'Location' => '',
'Name' => '',
'Promotion' => '',
'Promotions' => '',
'Sales' => '',
'Start' => '',
'Status' => '',
'Title' => '',
'Type' => '',
'Due' => '',
]];

View File

@ -12,22 +12,22 @@
declare(strict_types=1);
return ['Marketing' => [
'Actual' => 'Actual',
'Budget' => 'Budget',
'Actual' => 'Actual',
'Budget' => 'Budget',
'Description' => 'Description',
'End' => 'End',
'Event' => 'Event',
'Events' => 'Events',
'Expenses' => 'Expenses',
'Limit' => 'Limit',
'Location' => 'Location',
'Name' => 'Name',
'Promotion' => 'Promotion',
'Promotions' => 'Promotions',
'Sales' => 'Sales',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'Type' => 'Type',
'Due' => '',
'End' => 'End',
'Event' => 'Event',
'Events' => 'Events',
'Expenses' => 'Expenses',
'Limit' => 'Limit',
'Location' => 'Location',
'Name' => 'Name',
'Promotion' => 'Promotion',
'Promotions' => 'Promotions',
'Sales' => 'Sales',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'Type' => 'Type',
'Due' => '',
]];