Completed
Pull Request — master (#10)
by Kamil
02:04
created
src/ServiceContainer/SuiteSettingsExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the SuiteSettingsExtension package.
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     {
43 43
         $builder
44 44
             ->validate()
45
-                ->ifTrue(function ($value) { return !is_array($value); })
45
+                ->ifTrue(function($value) { return !is_array($value); })
46 46
                 ->thenInvalid('Configuration should be an array')
47 47
         ;
48 48
 
Please login to merge, or discard this patch.