Completed
Push — master ( f72a4b...188ca1 )
by Pavel
04:06
created
src/Bankiru/Api/Rpc/DependencyInjection/Configuration.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,13 +50,13 @@  discard block
 block discarded – undo
50 50
                 ->beforeNormalization()
51 51
                 ->ifNull()
52 52
                 ->then(
53
-                    function () {
53
+                    function() {
54 54
                         return [];
55 55
                     }
56 56
                 )
57 57
                 ->ifString()
58 58
                 ->then(
59
-                    function ($v) {
59
+                    function($v) {
60 60
                         return [$v];
61 61
                     }
62 62
                 )
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
                 ->beforeNormalization()
74 74
                 ->ifString()
75 75
                 ->then(
76
-                    function ($v) {
76
+                    function($v) {
77 77
                         return [$v];
78 78
                     }
79 79
                 )
Please login to merge, or discard this patch.