Additional cs fixes

Signed-off-by: Graham Campbell <[email protected]>
This commit is contained in:
Graham Campbell
2015-06-01 15:46:45 +01:00
parent 060938bc66
commit bf3785d0bc
25 changed files with 121 additions and 85 deletions
+3 -3
View File
@@ -29,11 +29,11 @@ return [
'stores' => [
'apc' => [
'driver' => 'apc'
'driver' => 'apc',
],
'array' => [
'driver' => 'array'
'driver' => 'array',
],
'database' => [
@@ -51,7 +51,7 @@ return [
'driver' => 'memcached',
'servers' => [
[
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100,
],
],
],