Objects with __toString
magic method are valid string
-typed values
{% set foo %}Hello{% endset %}
{% types {foo: 'string'} %}
Actually, $context['foo'] instanceof Twig\Markup
.
Objects with __toString
magic method are valid string
-typed values
{% set foo %}Hello{% endset %}
{% types {foo: 'string'} %}
Actually, $context['foo'] instanceof Twig\Markup
.