File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ public function onAttach(BlockParentInterface $blockParent);
43
43
public function onDetach ();
44
44
45
45
/**
46
+ * @noinspection ReturnTypeCanBeDeclaredInspection
46
47
* @return BlockParentInterface
47
48
*/
48
- public function getParent (): BlockParentInterface ;
49
+ public function getParent ();
49
50
50
51
/**
51
52
* @param HandlerInterface $markdomHandler
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ interface ListItemInterface extends BlockParentInterface
13
13
{
14
14
15
15
/**
16
+ * @noinspection ReturnTypeCanBeDeclaredInspection
16
17
* @return ListBlockInterface
17
18
*/
18
- public function getParent (): ListBlockInterface ;
19
+ public function getParent ();
19
20
20
21
/**
21
22
* @param ListBlockInterface $listBlock
Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ interface ContentInterface extends NodeInterface
30
30
public function getContentType (): string ;
31
31
32
32
/**
33
+ * @noinspection ReturnTypeCanBeDeclaredInspection
33
34
* @return ContentParentInterface
34
35
*/
35
- public function getParent (): ContentParentInterface ;
36
+ public function getParent ();
36
37
37
38
/**
38
39
* @return BlockInterface
You can’t perform that action at this time.
0 commit comments