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); declare(strict_types=1);
return ['Marketing' => [ return ['Marketing' => [
'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' => '', 'Due' => '',
]]; ]];

View File

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