This commit is contained in:
Fabien Potencier
2024-08-30 16:22:35 +02:00
parent 375b477cb4
commit 938ee704b4
+1 -1
View File
@@ -490,7 +490,7 @@ abstract class Template
*
* @param array $context An array of parameters to pass to the template
* @param array $blocks An array of blocks to pass to the template
*
* @return iterable<string>
*/
abstract protected function doDisplay(array $context, array $blocks = []): iterable;