@@ -311,7 +311,7 @@ |
||
311 | 311 | protected function prefixAttributeNames(string $prefix, array $attributes): array |
312 | 312 | { |
313 | 313 | $attributeNames = array_map( |
314 | - function (string $name) use ($prefix): string { |
|
314 | + function(string $name) use ($prefix): string { |
|
315 | 315 | return $prefix . $name; |
316 | 316 | }, |
317 | 317 | array_keys($attributes) |
@@ -261,7 +261,7 @@ |
||
261 | 261 | $languageService = $this->getLanguageService(); |
262 | 262 | $buttonBar = $this->moduleTemplate->getDocHeaderComponent()->getButtonBar(); |
263 | 263 | // View page |
264 | - $previewDataAttributes =PreviewUriBuilder::create((int)$this->pageinfo['uid']) |
|
264 | + $previewDataAttributes = PreviewUriBuilder::create((int)$this->pageinfo['uid']) |
|
265 | 265 | ->withRootLine(BackendUtility::BEgetRootLine($this->pageinfo['uid'])) |
266 | 266 | ->buildDispatcherDataAttributes(); |
267 | 267 | $viewButton = $buttonBar->makeLinkButton() |