@@ -33,7 +33,7 @@ |
||
| 33 | 33 | |
| 34 | 34 | $date = $arguments['date']; |
| 35 | 35 | if ($date instanceof \DateTimeInterface) { |
| 36 | - $renderChildrenClosure = static function () use ($date) { |
|
| 36 | + $renderChildrenClosure = static function() use ($date) { |
|
| 37 | 37 | // Convert date to timestamp, so that it can be reparsed. |
| 38 | 38 | return $date->getTimestamp(); |
| 39 | 39 | }; |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | $actions = $this->flexFormService->get('switchableControllerActions', 'main'); |
| 66 | 66 | $parts = GeneralUtility::trimExplode(';', $actions, true); |
| 67 | - $parts = array_map(static function ($element) { |
|
| 67 | + $parts = array_map(static function($element) { |
|
| 68 | 68 | $split = explode('->', $element); |
| 69 | 69 | |
| 70 | 70 | return ucfirst($split[1]); |