Skip to content

Commit 080c80d

Browse files
author
Martin Brecht-Precht
committed
Fixed some more issues from #1.
1 parent cc61ed7 commit 080c80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Content/ContentInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Markdom\Common\ContentType;
66
use Markdom\HandlerInterface\HandlerInterface;
7-
use Markdom\ModelInterface\Block\ContentParentBlockInterface;
7+
use Markdom\ModelInterface\Block\BlockInterface;
88
use Markdom\ModelInterface\Common\NodeInterface;
99

1010
/**
@@ -35,7 +35,7 @@ public function getContentType();
3535
public function getParent();
3636

3737
/**
38-
* @return ContentParentBlockInterface
38+
* @return BlockInterface
3939
*/
4040
public function getBlock();
4141

0 commit comments

Comments
 (0)