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 47cb7ab commit 1f1cf16Copy full SHA for 1f1cf16
src/Common/NodeInterface.php
@@ -20,7 +20,7 @@ interface NodeInterface
20
/**
21
* @return int
22
*/
23
- public function getIndex(): int;
+ public function getIndex(): ?int;
24
25
26
* @return string
src/Content/ContentInterface.php
@@ -53,6 +53,6 @@ public function onDetach();
53
54
* @param HandlerInterface $markdomHandler
55
56
- public function onHandle(HandlerInterface $markdomHandler);
+ public function onHandle(HandlerInterface $markdomHandler): void;
57
58
}
0 commit comments