When using block as part of another block, then phpstorm mark the ending tag as wrong.
{block a}
{block b}
{/block}
{/block} ---≥ this tag is considered as wrong (is marked as RED in phpstorm)
Environment:
- PhpStorm version [2021.2.4]
- Plugin version [1.1.5]
When using block as part of another block, then phpstorm mark the ending tag as wrong.
Environment: