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 e99ecb3 commit cc61ed7Copy full SHA for cc61ed7
src/Content/ContentParentInterface.php
@@ -2,7 +2,7 @@
2
3
namespace Markdom\ModelInterface\Content;
4
5
-use Markdom\ModelInterface\Block\ContentParentBlockInterface;
+use Markdom\ModelInterface\Block\BlockInterface;
6
use Markdom\ModelInterface\Common\NodeInterface;
7
8
/**
@@ -21,7 +21,7 @@ interface ContentParentInterface extends NodeInterface
21
const TYPE_PARAGRAPH = 'PARAGRAPH';
22
23
24
- * @return ContentParentBlockInterface
+ * @return BlockInterface
25
*/
26
public function getBlock();
27
0 commit comments