We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a588a12 commit cc8d877Copy full SHA for cc8d877
src/Bridges/CacheLatte/CacheMacro.php
@@ -49,7 +49,7 @@ public function finalize()
49
public function nodeOpened(Latte\MacroNode $node)
50
{
51
if ($node->modifiers) {
52
- trigger_error('Modifiers are not allowed here.', E_USER_WARNING);
+ trigger_error("Modifiers are not allowed in {{$node->name}}", E_USER_WARNING);
53
}
54
$this->used = TRUE;
55
$node->isEmpty = FALSE;
0 commit comments