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 8a41e9a commit df4488eCopy full SHA for df4488e
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