Passed
Push — master ( a1271f...b759d6 )
by strays
01:56
created
src/Review/Image/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['image'] = function ($app) {
24
+        $pimple['image'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Review/Text/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['text'] = function ($app) {
24
+        $pimple['text'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Language/Dnnlm/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['dnnlm'] = function ($app) {
24
+        $pimple['dnnlm'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Language/Simnet/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['simnet'] = function ($app) {
24
+        $pimple['simnet'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Language/WordEmbedding/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['wordEmbedding'] = function ($app) {
24
+        $pimple['wordEmbedding'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Language/Lexer/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['lexer'] = function ($app) {
24
+        $pimple['lexer'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Language/WordSimEmbedding/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register(Container $pimple)
23 23
     {
24
-        $pimple['wordSimEmbedding'] = function ($app) {
24
+        $pimple['wordSimEmbedding'] = function($app) {
25 25
             return new Client($app);
26 26
         };
27 27
     }
Please login to merge, or discard this patch.
src/Language/Comment/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Language/SentimentClassify/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.