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 2b620b3 commit 8acb535Copy full SHA for 8acb535
src/Renderer/AbstractRenderer.php
@@ -23,7 +23,7 @@ abstract class AbstractRenderer implements RendererInterface
23
/**
24
* @var bool Is this template pure text?
25
*/
26
- const IS_HTML_TEMPLATE = true;
+ const IS_TEXT_TEMPLATE = true;
27
28
29
* @var Diff the instance of the diff class that this renderer is generating the rendered diff for
0 commit comments