@@ -119,7 +119,7 @@ |
||
119 | 119 | |
120 | 120 | return $resolvedItems; |
121 | 121 | }) |
122 | - ->setNormalizer('text', function (Options $options, $text) { |
|
122 | + ->setNormalizer('text', function(Options $options, $text) { |
|
123 | 123 | if (!$text) { |
124 | 124 | // TODO use translation pattern key instead |
125 | 125 | $text = ucfirst($this->name); |