Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:02:02 +00:00
parent b0ba30ae83
commit 731c50396e
2 changed files with 22 additions and 22 deletions

View File

@ -12,19 +12,19 @@
declare(strict_types=1);
return ['Auditor' => [
'Audit' => '',
'Audit' => '',
'Auditor' => '',
'Audits' => '',
'By' => '',
'Audits' => '',
'By' => '',
'Content' => '',
'Date' => '',
'Email' => '',
'Module' => '',
'Name' => '',
'New' => '',
'Old' => '',
'Ref' => '',
'Date' => '',
'Email' => '',
'Module' => '',
'Name' => '',
'New' => '',
'Old' => '',
'Ref' => '',
'Subtype' => '',
'Type' => '',
'Type' => '',
'Trigger' => '',
]];

View File

@ -12,19 +12,19 @@
declare(strict_types=1);
return ['Auditor' => [
'Audit' => 'Audit',
'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits',
'By' => 'By',
'Audits' => 'Audits',
'By' => 'By',
'Content' => 'Content',
'Date' => 'Date',
'Email' => 'Email',
'Module' => 'Module',
'Name' => 'Name',
'New' => 'New',
'Old' => 'Old',
'Ref' => 'Ref',
'Date' => 'Date',
'Email' => 'Email',
'Module' => 'Module',
'Name' => 'Name',
'New' => 'New',
'Old' => 'Old',
'Ref' => 'Ref',
'Subtype' => 'Subtype',
'Type' => 'Type',
'Type' => 'Type',
'Trigger' => '',
]];