Skip to content

Commit 201f321

Browse files
author
Martin Brecht-Precht
committed
Added CommentBlock.
Removed HTML fragments.
1 parent e85986c commit 201f321

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Content/ContentInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ interface ContentInterface extends NodeInterface
2323
const TYPE_LINE_BREAK = ContentType::TYPE_LINE_BREAK;
2424
const TYPE_LINK = ContentType::TYPE_LINK;
2525
const TYPE_TEXT = ContentType::TYPE_TEXT;
26-
const TYPE_HTML = ContentType::TYPE_HTML;
2726

2827
/**
2928
* @return string

0 commit comments

Comments
 (0)