Skip to content

Commit cc61ed7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Content/ContentParentInterface.php

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

33
namespace Markdom\ModelInterface\Content;
44

5-
use Markdom\ModelInterface\Block\ContentParentBlockInterface;
5+
use Markdom\ModelInterface\Block\BlockInterface;
66
use Markdom\ModelInterface\Common\NodeInterface;
77

88
/**
@@ -21,7 +21,7 @@ interface ContentParentInterface extends NodeInterface
2121
const TYPE_PARAGRAPH = 'PARAGRAPH';
2222

2323
/**
24-
* @return ContentParentBlockInterface
24+
* @return BlockInterface
2525
*/
2626
public function getBlock();
2727

0 commit comments

Comments
 (0)