@@ -18,7 +18,7 @@ |
||
18 | 18 | */ |
19 | 19 | public function register(Container $pimple) |
20 | 20 | { |
21 | - $pimple['config'] = function ($app) { |
|
21 | + $pimple['config'] = function($app) { |
|
22 | 22 | return new Config($app->getConfig()); |
23 | 23 | }; |
24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | */ |
19 | 19 | public function register(Container $pimple) |
20 | 20 | { |
21 | - $pimple['request'] = function () { |
|
21 | + $pimple['request'] = function() { |
|
22 | 22 | return Request::createFromGlobals(); |
23 | 23 | }; |
24 | 24 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function register(Container $app) |
14 | 14 | { |
15 | - $app['custom'] = function ($app) { |
|
15 | + $app['custom'] = function($app) { |
|
16 | 16 | return new Client($app); |
17 | 17 | }; |
18 | 18 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function register(Container $app) |
14 | 14 | { |
15 | - $app['user'] = function ($app) { |
|
15 | + $app['user'] = function($app) { |
|
16 | 16 | return new Client($app); |
17 | 17 | }; |
18 | 18 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function register(Container $app) |
14 | 14 | { |
15 | - $app['source'] = function ($app) { |
|
15 | + $app['source'] = function($app) { |
|
16 | 16 | return new Client($app); |
17 | 17 | }; |
18 | 18 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function register(Container $app) |
14 | 14 | { |
15 | - $app['trend'] = function ($app) { |
|
15 | + $app['trend'] = function($app) { |
|
16 | 16 | return new Client($app); |
17 | 17 | }; |
18 | 18 | } |
@@ -24,7 +24,7 @@ |
||
24 | 24 | $params = [ |
25 | 25 | 'start_date' => $startDate, |
26 | 26 | 'end_date' => $endDate, |
27 | - 'custom' => implode((array) $custom, ','), |
|
27 | + 'custom' => implode((array)$custom, ','), |
|
28 | 28 | 'idx' => 'pv,uv,vv,iv', |
29 | 29 | ]; |
30 | 30 |
@@ -24,7 +24,7 @@ |
||
24 | 24 | $params = [ |
25 | 25 | 'start_date' => $startDate, |
26 | 26 | 'end_date' => $endDate, |
27 | - 'adtags' => implode((array) $adTags, ','), |
|
27 | + 'adtags' => implode((array)$adTags, ','), |
|
28 | 28 | 'idx' => 'pv,uv,vv,iv', |
29 | 29 | ]; |
30 | 30 |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | $params = [ |
68 | 68 | 'start_date' => $startDate, |
69 | 69 | 'end_date' => $endDate, |
70 | - 'urls' => implode((array) $urls, ','), |
|
70 | + 'urls' => implode((array)$urls, ','), |
|
71 | 71 | 'idx' => 'pv,uv,vv,iv', |
72 | 72 | ]; |
73 | 73 | |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | $params = [ |
116 | 116 | 'start_date' => $startDate, |
117 | 117 | 'end_date' => $endDate, |
118 | - 'type_contents' => implode((array) $typeContents, ','), |
|
118 | + 'type_contents' => implode((array)$typeContents, ','), |
|
119 | 119 | 'type' => $type, |
120 | 120 | 'idx' => 'visitor_speed,dns_speed,tcp_speed,request_speed,resource_speed,dom_speed', |
121 | 121 | ]; |