Completed
Push — master ( 83517c...097cb2 )
by Edi
14:06 queued 04:43
created
bundle/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
         $builder
54 54
             ->arrayNode('cache_settings')
55 55
                 ->validate()
56
-                    ->ifTrue(function ($v) {
56
+                    ->ifTrue(function($v) {
57 57
                         if (empty($v)) {
58 58
                             return true;
59 59
                         }
Please login to merge, or discard this patch.