@@ -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 | ); |