Passed
Push — master ( 8ca5e5...84f149 )
by Webnet
02:15
created
src/Config/ConfigurationTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,10 +54,10 @@
 block discarded – undo
54 54
             //                    seed: lastname_seed_key
55 55
             //                    # locale "en_EN" overwrites default value fr_FR.
56 56
             //                    # seed "lastname_seed_key" overwrites default value "seed_key".
57
-            ->ifTrue(static function ($v) {
57
+            ->ifTrue(static function($v) {
58 58
                 return \is_array($v) && \array_key_exists('defaults', $v) && \is_array($v['defaults']);
59 59
             })
60
-            ->then(static function ($c) {
60
+            ->then(static function($c) {
61 61
                 if (isset($c['tables'])) {
62 62
                     foreach ($c['tables'] as &$tableConfig) {
63 63
                         if ($tableConfig['fields']) {
Please login to merge, or discard this patch.