Test Failed
Push — master ( 899bec...98e112 )
by Vladimir
04:21
created
src/Check/ClassExists/Config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
                             ->isRequired()
46 46
                             ->beforeNormalization()
47 47
                                 ->ifString()
48
-                                ->then(function ($value) {
49
-                                    if(is_string($value))  {
48
+                                ->then(function($value) {
49
+                                    if (is_string($value)) {
50 50
                                         $value = [$value];
51 51
                                     }
52 52
                                     return $value;
Please login to merge, or discard this patch.