@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use TYPO3Fluid\Fluid\Core\Rendering\RenderingContext; |
| 14 | 14 | use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; |
| 15 | 15 | use TYPO3Fluid\Fluid\Core\ViewHelper\ViewHelperResolver; |
| 16 | -use TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException; |
|
| 17 | 16 | use TYPO3Fluid\Fluid\ViewHelpers\SectionViewHelper; |
| 18 | 17 | use TYPO3Fluid\Fluid\View\Exception\InvalidSectionException; |
| 19 | 18 | |
@@ -292,7 +292,7 @@ |
||
| 292 | 292 | try { |
| 293 | 293 | $parsedPartial = $renderingContext->getTemplateParser()->getOrParseAndStoreTemplate( |
| 294 | 294 | $templatePaths->getPartialIdentifier($partialName), |
| 295 | - function ($parent, TemplatePaths $paths) use ($partialName) { |
|
| 295 | + function($parent, TemplatePaths $paths) use ($partialName) { |
|
| 296 | 296 | return $paths->getPartialSource($partialName); |
| 297 | 297 | } |
| 298 | 298 | ); |