mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 21:07:18 +00:00
Fix CS
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user