@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function register(Container $pimple) |
23 | 23 | { |
24 | - $pimple['comment'] = function ($app) { |
|
24 | + $pimple['comment'] = function($app) { |
|
25 | 25 | return new Client($app); |
26 | 26 | }; |
27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function register(Container $pimple) |
23 | 23 | { |
24 | - $pimple['sentimentClassify'] = function ($app) { |
|
24 | + $pimple['sentimentClassify'] = function($app) { |
|
25 | 25 | return new Client($app); |
26 | 26 | }; |
27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function register(Container $pimple) |
23 | 23 | { |
24 | - $pimple['keyword'] = function ($app) { |
|
24 | + $pimple['keyword'] = function($app) { |
|
25 | 25 | return new Client($app); |
26 | 26 | }; |
27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function register(Container $pimple) |
23 | 23 | { |
24 | - $pimple['depParser'] = function ($app) { |
|
24 | + $pimple['depParser'] = function($app) { |
|
25 | 25 | return new Client($app); |
26 | 26 | }; |
27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function register(Container $pimple) |
23 | 23 | { |
24 | - !isset($pimple['access_token']) && $pimple['access_token'] = function ($app) { |
|
24 | + !isset($pimple['access_token']) && $pimple['access_token'] = function($app) { |
|
25 | 25 | return new Client($app); |
26 | 26 | }; |
27 | 27 | } |