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); declare(strict_types=1);
return ['Auditor' => [ return ['Auditor' => [
'Audit' => '', 'Audit' => '',
'Auditor' => '', 'Auditor' => '',
'Audits' => '', 'Audits' => '',
'By' => '', 'By' => '',
'Content' => '', 'Content' => '',
'Date' => '', 'Date' => '',
'Email' => '', 'Email' => '',
'Module' => '', 'Module' => '',
'Name' => '', 'Name' => '',
'New' => '', 'New' => '',
'Old' => '', 'Old' => '',
'Ref' => '', 'Ref' => '',
'Subtype' => '', 'Subtype' => '',
'Type' => '', 'Type' => '',
'Trigger' => '', 'Trigger' => '',
]]; ]];

View File

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