Passed
Pull Request — master (#537)
by butschster
05:51
created
src/Boot/tests/BootloadersTest.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@
 block discarded – undo
32 32
             SampleBootWithStarted::class,
33 33
             SampleBoot::class
34 34
         ], [
35
-            static function(Container $container) {
35
+            static function (Container $container){
36 36
                 $container->bind('efg', new SampleBoot());
37 37
             }
38 38
         ], [
39
-            static function(Container $container) {
39
+            static function (Container $container){
40 40
                 $container->bind('ghi', new SampleBoot());
41 41
             }
42 42
         ]);
Please login to merge, or discard this patch.
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,11 +32,13 @@
 block discarded – undo
32 32
             SampleBootWithStarted::class,
33 33
             SampleBoot::class
34 34
         ], [
35
-            static function(Container $container) {
35
+            static function(Container $container)
36
+            {
36 37
                 $container->bind('efg', new SampleBoot());
37 38
             }
38 39
         ], [
39
-            static function(Container $container) {
40
+            static function(Container $container)
41
+            {
40 42
                 $container->bind('ghi', new SampleBoot());
41 43
             }
42 44
         ]);
Please login to merge, or discard this patch.