Passed
Branch master (a1271f)
by strays
02:48
created
Category
src/Language/Depparser/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['depParser'] = function ($app) {
21
+        $pimple['depParser'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['dnnlm'] = function ($app) {
21
+        $pimple['dnnlm'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['simnet'] = function ($app) {
21
+        $pimple['simnet'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
Please login to merge, or discard this patch.
src/Language/Keyword/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['keyword'] = function ($app) {
21
+        $pimple['keyword'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['comment'] = function ($app) {
21
+        $pimple['comment'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
Please login to merge, or discard this patch.
src/Language/Topic/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['topic'] = function ($app) {
21
+        $pimple['topic'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['wordSimEmbedding'] = function ($app) {
21
+        $pimple['wordSimEmbedding'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['wordEmbedding'] = function ($app) {
21
+        $pimple['wordEmbedding'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
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
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     public function register(Container $pimple)
20 20
     {
21
-        $pimple['lexer'] = function ($app) {
21
+        $pimple['lexer'] = function($app) {
22 22
             return new Client($app);
23 23
         };
24 24
     }
Please login to merge, or discard this patch.