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 cc61ed7 commit 080c80dCopy full SHA for 080c80d
src/Content/ContentInterface.php
@@ -4,7 +4,7 @@
4
5
use Markdom\Common\ContentType;
6
use Markdom\HandlerInterface\HandlerInterface;
7
-use Markdom\ModelInterface\Block\ContentParentBlockInterface;
+use Markdom\ModelInterface\Block\BlockInterface;
8
use Markdom\ModelInterface\Common\NodeInterface;
9
10
/**
@@ -35,7 +35,7 @@ public function getContentType();
35
public function getParent();
36
37
38
- * @return ContentParentBlockInterface
+ * @return BlockInterface
39
*/
40
public function getBlock();
41
0 commit comments