Apply fixes from StyleCI (#260)

This commit is contained in:
Dane Everitt 2017-01-21 15:56:32 -05:00 committed by GitHub
parent 19da4eda04
commit 355697dbb5
5 changed files with 10 additions and 6 deletions

View file

@ -32,11 +32,11 @@ return [
'form_title' => 'Details',
'descriptive_memo' => [
'title' => 'Descriptive Memo',
'description' => 'Enter a brief description of what this API key will be used for.'
'description' => 'Enter a brief description of what this API key will be used for.',
],
'allowed_ips' => [
'title' => 'Allowed IPs',
'description' => 'Enter a line delimitated list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.'
'description' => 'Enter a line delimitated list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.',
],
'base' => [
'title' => 'Base Information',