We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5794df commit 214d679Copy full SHA for 214d679
src/TwigHooks/src/Hookable/Renderer/Debug/HookableDebugCommentRenderer.php
@@ -70,8 +70,7 @@ private function getClosingDebugComment(AbstractHookable $hookable): string
70
71
private function wrapWithDebugAttributes(string $content, AbstractHookable $hookable): string
72
{
73
- dump($hookable);
74
- $debugAttributes = sprintf('data-hook="%s" data-hookable="%s" data-hookable-config="%s"',
+ $debugAttributes = sprintf(' data-hook="%s" data-hookable="%s" data-hookable-config="%s"',
75
htmlspecialchars($hookable->hookName, ENT_QUOTES),
76
htmlspecialchars($hookable->name, ENT_QUOTES),
77
$hookable->priority()
0 commit comments