Completed
Branch master (669e45)
by Kamil
02:28
created
Category
src/ServiceContainer/SuiteSettingsExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         $builder
37 37
             ->validate()
38
-                ->ifTrue(function ($value) { return !is_array($value); })
38
+                ->ifTrue(function($value) { return !is_array($value); })
39 39
                 ->thenInvalid('Configuration should be an array')
40 40
         ;
41 41
 
Please login to merge, or discard this patch.