@@ -52,7 +52,7 @@ |
||
52 | 52 | 'array', |
53 | 53 | 'string' |
54 | 54 | ]) |
55 | - ->setNormalizer('where', function (Options $options, $value) { |
|
55 | + ->setNormalizer('where', function(Options $options, $value) { |
|
56 | 56 | // Allow the configuration "where: article.enabled" instead of |
57 | 57 | // where: |
58 | 58 | // - article.enabled |