mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
-
This commit is contained in:
@@ -42,9 +42,6 @@ class BlockReferenceExpression extends AbstractExpression
|
||||
|
||||
if ($compiler->getEnvironment()->useYield()) {
|
||||
$compiler->write('yield from ');
|
||||
}
|
||||
|
||||
if ($compiler->getEnvironment()->useYield()) {
|
||||
$this
|
||||
->compileTemplateCall($compiler, 'yieldBlock')
|
||||
->raw(";\n");
|
||||
|
||||
Reference in New Issue
Block a user