Completed
Branch master (20cb67)
by Edi
22:37
created
Category
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.