Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 6050102

Browse files
committed
Fix: Run 'make cs'
1 parent 635ee3c commit 6050102

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

config/autoload/cache.local.php.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ return [
1414
],
1515
'plugins' => [
1616
'exception_handler' => ['throw_exceptions' => true],
17-
'serializer'
18-
]
17+
'serializer',
18+
],
1919
],
2020
'cache_key' => 'github_api',
2121
],
22-
];
22+
];

config/autoload/github.local.php.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$settings = [
99
/**
1010
* Github Client id
11-
*
11+
*
1212
* Please specify the client id provided by github
1313
*
1414
* You can register a new application at:
@@ -17,13 +17,13 @@ $settings = [
1717
'github_client_id' => '',
1818
/**
1919
* Github Secret
20-
*
20+
*
2121
* Please specify the secret provided by github
2222
*
2323
* You can register a new application at:
2424
* https://github.com/settings/applications/new
2525
*/
26-
'github_secret' =>'',
26+
'github_secret' => '',
2727
];
2828

2929
/**

config/development.config.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ return [
1212
],
1313
// development time configuration globbing
1414
'module_listener_options' => [
15-
'config_glob_paths' => ['config/autoload/{,*.}{global,local}-development.php']
16-
]
15+
'config_glob_paths' => ['config/autoload/{,*.}{global,local}-development.php'],
16+
],
1717
];

0 commit comments

Comments
 (0)