Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-01-17 23:21:33 +00:00 committed by StyleCI Bot
parent 31b4589eab
commit e2eff27a56
8 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ return [
'my_account' => 'My Account',
'security_controls' => 'Security Controls',
'api_access' => 'API Access',
'my_servers' => 'My Servers'
'my_servers' => 'My Servers',
],
'server' => [
'header' => 'SERVER MANAGEMENT',
@ -22,6 +22,6 @@ return [
'port_allocations' => 'Port Allocations',
'sftp_settings' => 'SFTP Settings',
'startup_parameters' => 'Startup Parameters',
'databases' => 'Databases'
'databases' => 'Databases',
],
];