@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | |
| 106 | 106 | return $attr; |
| 107 | 107 | }) |
| 108 | - ->setNormalizer('link_attr', function (Options $options, $value) { |
|
| 108 | + ->setNormalizer('link_attr', function(Options $options, $value) { |
|
| 109 | 109 | |
| 110 | 110 | if (!is_array($value)) { |
| 111 | 111 | $value = []; |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | |
| 135 | 135 | return $resolvedItems; |
| 136 | 136 | }) |
| 137 | - ->setNormalizer('text', function (Options $options, $text) { |
|
| 137 | + ->setNormalizer('text', function(Options $options, $text) { |
|
| 138 | 138 | if (!$text) { |
| 139 | 139 | // TODO use translation pattern key instead |
| 140 | 140 | $text = ucfirst($this->name); |