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 c2f52de commit 0062347Copy full SHA for 0062347
src/Block/DocumentInterface.php
@@ -3,7 +3,6 @@
3
namespace Markdom\ModelInterface\Block;
4
5
use Markdom\DispatcherInterface\DispatcherInterface;
6
-use Markdom\HandlerInterface\HandlerInterface;
7
8
/**
9
* Interface DocumentInterface
@@ -13,10 +12,4 @@
13
12
interface DocumentInterface extends BlockParentInterface, DispatcherInterface
14
{
15
16
- /**
17
- * @param HandlerInterface $markdomHandler
18
- * @return void
19
- */
20
- public function handle(HandlerInterface $markdomHandler);
21
-
22
}
0 commit comments