Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:03:10 +00:00
parent 0eb4fe5038
commit 4df2955f03
2 changed files with 62 additions and 62 deletions

View File

@ -12,36 +12,36 @@
declare(strict_types=1); declare(strict_types=1);
return ['HumanResourceManagement' => [ return ['HumanResourceManagement' => [
'Account' => '', 'Account' => '',
'Active' => '', 'Active' => '',
'Birthday' => '', 'Birthday' => '',
'Clocking' => '', 'Clocking' => '',
'Contracts' => '', 'Contracts' => '',
'CreateFromAccount' => '', 'CreateFromAccount' => '',
'Department' => '', 'Department' => '',
'Departments' => '', 'Departments' => '',
'Documents' => '', 'Documents' => '',
'Education' => '', 'Education' => '',
'Email' => '', 'Email' => '',
'Employee' => '', 'Employee' => '',
'Employees' => '', 'Employees' => '',
'End' => '', 'End' => '',
'Evaluations' => '', 'Evaluations' => '',
'General' => '', 'General' => '',
'History' => '', 'History' => '',
'Inactive' => '', 'Inactive' => '',
'Name' => '', 'Name' => '',
'Parent' => '', 'Parent' => '',
'Personnel' => '', 'Personnel' => '',
'Position' => '', 'Position' => '',
'Remarks' => '', 'Remarks' => '',
'Shifts' => '', 'Shifts' => '',
'Staff' => '', 'Staff' => '',
'Start' => '', 'Start' => '',
'Status' => '', 'Status' => '',
'Unit' => '', 'Unit' => '',
'Vacation' => '', 'Vacation' => '',
'Work' => '', 'Work' => '',
'ProfileImage' => '', 'ProfileImage' => '',
'Phone' => '', 'Phone' => '',
]]; ]];

View File

@ -12,36 +12,36 @@
declare(strict_types=1); declare(strict_types=1);
return ['HumanResourceManagement' => [ return ['HumanResourceManagement' => [
'Account' => 'Account', 'Account' => 'Account',
'Active' => 'Active', 'Active' => 'Active',
'Birthday' => 'Birthday', 'Birthday' => 'Birthday',
'Clocking' => 'Clocking', 'Clocking' => 'Clocking',
'Contracts' => 'Contracts', 'Contracts' => 'Contracts',
'CreateFromAccount' => 'Create from account', 'CreateFromAccount' => 'Create from account',
'Department' => 'Department', 'Department' => 'Department',
'Departments' => 'Departments', 'Departments' => 'Departments',
'Documents' => 'Documents', 'Documents' => 'Documents',
'Education' => 'Education', 'Education' => 'Education',
'Email' => 'Email', 'Email' => 'Email',
'Employee' => 'Employee', 'Employee' => 'Employee',
'Employees' => 'Employees', 'Employees' => 'Employees',
'End' => 'End', 'End' => 'End',
'Evaluations' => 'Evaluations', 'Evaluations' => 'Evaluations',
'General' => 'General', 'General' => 'General',
'History' => 'History', 'History' => 'History',
'Inactive' => 'Inactive', 'Inactive' => 'Inactive',
'Name' => 'Name', 'Name' => 'Name',
'Parent' => 'Parent', 'Parent' => 'Parent',
'Personnel' => 'Personnel', 'Personnel' => 'Personnel',
'Position' => 'Position', 'Position' => 'Position',
'Remarks' => 'Remarks', 'Remarks' => 'Remarks',
'Shifts' => 'Shifts', 'Shifts' => 'Shifts',
'Staff' => 'Staff', 'Staff' => 'Staff',
'Start' => 'Start', 'Start' => 'Start',
'Status' => 'Status', 'Status' => 'Status',
'Unit' => 'Unit', 'Unit' => 'Unit',
'Vacation' => 'Vacation', 'Vacation' => 'Vacation',
'Work' => 'Work', 'Work' => 'Work',
'ProfileImage' => '', 'ProfileImage' => '',
'Phone' => '', 'Phone' => '',
]]; ]];