Automated formatting changes

This commit is contained in:
Formatter Bot 2021-02-08 22:03:52 +00:00
parent 0b9767c20f
commit 96b674e6a2
2 changed files with 94 additions and 94 deletions

View File

@ -12,52 +12,52 @@
declare(strict_types=1); declare(strict_types=1);
return ['Monitoring' => [ return ['Monitoring' => [
'Alerts' => '', 'Alerts' => '',
'All' => '', 'All' => '',
'Backtrace' => '', 'Backtrace' => '',
'CPUUsage' => '', 'CPUUsage' => '',
'Created' => '', 'Created' => '',
'CreatedBy' => '', 'CreatedBy' => '',
'Criticals' => '', 'Criticals' => '',
'Debug' => '', 'Debug' => '',
'Deprecated' => '', 'Deprecated' => '',
'Description' => '', 'Description' => '',
'DisabledFunctions' => '', 'DisabledFunctions' => '',
'DiskUsage' => '', 'DiskUsage' => '',
'Emergencies' => '', 'Emergencies' => '',
'Errors' => '', 'Errors' => '',
'Exception' => '', 'Exception' => '',
'File' => '', 'File' => '',
'Info' => '', 'Info' => '',
'Inspect' => '', 'Inspect' => '',
'Inspection' => '', 'Inspection' => '',
'Integrity' => '', 'Integrity' => '',
'Level' => '', 'Level' => '',
'Line' => '', 'Line' => '',
'Logs' => '', 'Logs' => '',
'MemoryLimit' => '', 'MemoryLimit' => '',
'Message' => '', 'Message' => '',
'Modified' => '', 'Modified' => '',
'NG' => '', 'NG' => '',
'Notices' => '', 'Notices' => '',
'OK' => '', 'OK' => '',
'OS' => '', 'OS' => '',
'Penetrators' => '', 'Penetrators' => '',
'PHPSettings' => '', 'PHPSettings' => '',
'RAMUsage' => '', 'RAMUsage' => '',
'Release' => '', 'Release' => '',
'Report' => '', 'Report' => '',
'Source' => '', 'Source' => '',
'Status' => '', 'Status' => '',
'System' => '', 'System' => '',
'SystemRAM' => '', 'SystemRAM' => '',
'Theme' => '', 'Theme' => '',
'Time' => '', 'Time' => '',
'Timestamp' => '', 'Timestamp' => '',
'Total' => '', 'Total' => '',
'Unicode' => '', 'Unicode' => '',
'Uri' => '', 'Uri' => '',
'Version' => '', 'Version' => '',
'Warnings' => '', 'Warnings' => '',
'Files' => '', 'Files' => '',
]]; ]];

View File

@ -12,52 +12,52 @@
declare(strict_types=1); declare(strict_types=1);
return ['Monitoring' => [ return ['Monitoring' => [
'Alerts' => 'Alerts', 'Alerts' => 'Alerts',
'All' => 'All', 'All' => 'All',
'Backtrace' => 'Backtrace', 'Backtrace' => 'Backtrace',
'CPUUsage' => 'CPU Usage', 'CPUUsage' => 'CPU Usage',
'Created' => 'Created', 'Created' => 'Created',
'CreatedBy' => 'Created By', 'CreatedBy' => 'Created By',
'Criticals' => 'Criticals', 'Criticals' => 'Criticals',
'Debug' => 'Debug', 'Debug' => 'Debug',
'Deprecated' => 'Deprecated', 'Deprecated' => 'Deprecated',
'Description' => 'Description', 'Description' => 'Description',
'DisabledFunctions' => 'Disabled Functions', 'DisabledFunctions' => 'Disabled Functions',
'DiskUsage' => 'DiskUsage', 'DiskUsage' => 'DiskUsage',
'Emergencies' => 'Emergencies', 'Emergencies' => 'Emergencies',
'Errors' => 'Errors', 'Errors' => 'Errors',
'Exception' => 'Exception', 'Exception' => 'Exception',
'File' => 'File', 'File' => 'File',
'Info' => 'Info', 'Info' => 'Info',
'Inspect' => 'Inspect', 'Inspect' => 'Inspect',
'Inspection' => 'Inspection', 'Inspection' => 'Inspection',
'Integrity' => 'Integrity', 'Integrity' => 'Integrity',
'Level' => 'Level', 'Level' => 'Level',
'Line' => 'Line', 'Line' => 'Line',
'Logs' => 'Logs', 'Logs' => 'Logs',
'MemoryLimit' => 'Memory Limit', 'MemoryLimit' => 'Memory Limit',
'Message' => 'Message', 'Message' => 'Message',
'Modified' => 'Modified', 'Modified' => 'Modified',
'NG' => 'NG', 'NG' => 'NG',
'Notices' => 'Notices', 'Notices' => 'Notices',
'OK' => 'OK', 'OK' => 'OK',
'OS' => 'OS', 'OS' => 'OS',
'Penetrators' => 'Penetrators', 'Penetrators' => 'Penetrators',
'PHPSettings' => 'PHP Settings', 'PHPSettings' => 'PHP Settings',
'RAMUsage' => 'RAM Usage', 'RAMUsage' => 'RAM Usage',
'Release' => 'Release', 'Release' => 'Release',
'Report' => 'Report', 'Report' => 'Report',
'Source' => 'Source', 'Source' => 'Source',
'Status' => 'Status', 'Status' => 'Status',
'System' => 'System', 'System' => 'System',
'SystemRAM' => 'System RAM', 'SystemRAM' => 'System RAM',
'Theme' => 'Theme', 'Theme' => 'Theme',
'Time' => 'Time', 'Time' => 'Time',
'Timestamp' => 'Timestamp', 'Timestamp' => 'Timestamp',
'Total' => 'Total', 'Total' => 'Total',
'Unicode' => 'Unicode', 'Unicode' => 'Unicode',
'Uri' => 'Uri', 'Uri' => 'Uri',
'Version' => 'Version', 'Version' => 'Version',
'Warnings' => 'Warnings', 'Warnings' => 'Warnings',
'Files' => '', 'Files' => '',
]]; ]];