Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:02:39 +00:00
parent 6d6115098e
commit 6767a8b82e
2 changed files with 16 additions and 16 deletions

View File

@ -12,13 +12,13 @@
declare(strict_types=1);
return ['Draw' => [
'Created' => '',
'Creator' => '',
'Draw' => '',
'GroupUser' => '',
'Images' => '',
'Layout' => '',
'Name' => '',
'Created' => '',
'Creator' => '',
'Draw' => '',
'GroupUser' => '',
'Images' => '',
'Layout' => '',
'Name' => '',
'Permission' => '',
'Start' => '',
'Start' => '',
]];

View File

@ -12,13 +12,13 @@
declare(strict_types=1);
return ['Draw' => [
'Created' => 'Created',
'Creator' => 'Creator',
'Draw' => 'Draw',
'GroupUser' => 'Group/User',
'Images' => 'Images',
'Layout' => 'Layout',
'Name' => 'Name',
'Created' => 'Created',
'Creator' => 'Creator',
'Draw' => 'Draw',
'GroupUser' => 'Group/User',
'Images' => 'Images',
'Layout' => 'Layout',
'Name' => 'Name',
'Permission' => 'Permission',
'Start' => 'Start',
'Start' => 'Start',
]];