Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:04:10 +00:00
parent 15eb05a1e5
commit 2632136956
2 changed files with 56 additions and 56 deletions

View File

@ -12,33 +12,33 @@
declare(strict_types=1);
return ['ProjectManagement' => [
'Active' => '',
'Actual' => '',
'Budget' => '',
'Canceled' => '',
'Created' => '',
'Creator' => '',
'Description' => '',
'End' => '',
'Due' => '',
'Files' => '',
'Finished' => '',
'Hold' => '',
'Inactive' => '',
'Manager' => '',
'Name' => '',
'Other' => '',
'Progress' => '',
'Project' => '',
'Projects' => '',
'Active' => '',
'Actual' => '',
'Budget' => '',
'Canceled' => '',
'Created' => '',
'Creator' => '',
'Description' => '',
'End' => '',
'Due' => '',
'Files' => '',
'Finished' => '',
'Hold' => '',
'Inactive' => '',
'Manager' => '',
'Name' => '',
'Other' => '',
'Progress' => '',
'Project' => '',
'Projects' => '',
'Responsibility' => '',
'Start' => '',
'Status' => '',
'Title' => '',
'UserGroup' => '',
'Manual' => '',
'Linear' => '',
'Exponential' => '',
'Log' => '',
'Tasks' => '',
'Start' => '',
'Status' => '',
'Title' => '',
'UserGroup' => '',
'Manual' => '',
'Linear' => '',
'Exponential' => '',
'Log' => '',
'Tasks' => '',
]];

View File

@ -12,33 +12,33 @@
declare(strict_types=1);
return ['ProjectManagement' => [
'Active' => 'Active',
'Actual' => 'Actual',
'Budget' => 'Budget',
'Canceled' => 'Canceled',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'End' => 'End',
'Due' => 'Due',
'Files' => 'Files',
'Finished' => 'Finished',
'Hold' => 'Hold',
'Inactive' => 'Inactive',
'Manager' => 'Manager',
'Name' => 'Name',
'Other' => 'Other',
'Progress' => 'Progress',
'Project' => 'Project',
'Projects' => 'Projects',
'Active' => 'Active',
'Actual' => 'Actual',
'Budget' => 'Budget',
'Canceled' => 'Canceled',
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'End' => 'End',
'Due' => 'Due',
'Files' => 'Files',
'Finished' => 'Finished',
'Hold' => 'Hold',
'Inactive' => 'Inactive',
'Manager' => 'Manager',
'Name' => 'Name',
'Other' => 'Other',
'Progress' => 'Progress',
'Project' => 'Project',
'Projects' => 'Projects',
'Responsibility' => 'Responsibility',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'UserGroup' => 'User/Group',
'Manual' => 'Manual',
'Linear' => 'Linear',
'Exponential' => 'Exponential',
'Log' => 'Log',
'Tasks' => 'Tasks',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'UserGroup' => 'User/Group',
'Manual' => 'Manual',
'Linear' => 'Linear',
'Exponential' => 'Exponential',
'Log' => 'Log',
'Tasks' => 'Tasks',
]];